Im making this python file manager its one of my smaller projects but i like going back to python sometimes
I used chatgpt at the start and i used copilot for debugging
Im making this python file manager its one of my smaller projects but i like going back to python sometimes
I used chatgpt at the start and i used copilot for debugging
Okay i finally fixed the bug in the title and some other bugs
also i added copying files
and a help command
you can also use a “.” to do a current directory
Log in to leave a comment
I added a delete command:
del |filepath| |file| –deles file
i also added a strting ascii logo
the delete command was very hard to implement and cant delete folders yet
Log in to leave a comment
I made the basics its just the bare minimum but its fine i guess
now you can download it and put it somewhere in your files
(i recommend the C: drive for full file access)
Commands:
ls |directory|-optional –lists directory
mv |file| |directory| –moves file to directory
ren |filename| |filename2| –renames filename to filename2
crf |directory| |foldername| – creates folder at directory
quit – quits file manager
Log in to leave a comment