Click here to Skip to main content
15,890,579 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
have started to learn python few days ago. And today I found this tutorial to make a file manager. How to make a Simple Python File Manager - CodeGeek.io But when i ran it, I found it was little complex and very less time consuming. So anyone can suggest to make a better version of it?
I wanna add archiving option and some new functions.
And To make it less complex too.

What I have tried:

I have tried to change the extension of files. But that won't work i know.
Tried to add back options, but there no goto function like in other programs too.
Posted
Updated 10-Aug-16 17:36pm
v2
Comments
Richard MacCutchan 10-Aug-16 12:22pm    
This is not a question we can help with. If the code does not work then you need to contact the person who posted it on the website. And saying "I wanna add archiving option and some new functions, And To make it less complex" is a contradiction in terms. You cannot make it less complex by adding new features. You best bet would be to remove some of the existing features until you can understand what the remaining code is doing. Then gradually add them back in until you are ready to add the new ones.

1 solution

Quote:
Can I modify and improve this file manager program?
Yes, you can !
But from your comments, I fear you need to learn real programming and analyze.

A good starting point is to learn an analyze method:
- Dijkstra Top-Down method is a good start.
https://en.wikipedia.org/wiki/Top-down_and_bottom-up_design[^]
https://en.wikipedia.org/wiki/Structured_programming[^]
https://en.wikipedia.org/wiki/Edsger_W._Dijkstra[^]
https://www.cs.utexas.edu/users/EWD/ewd03xx/EWD316.PDF[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900