AFilesPY banner

AFilesPY

3 devlogs
2h 10m 52s

Im making this python file manager its one of my smaller projects but i like going back to python sometimes

This project uses AI

I used chatgpt at the start and i used copilot for debugging

Demo Repository

Loading README...

s.atillab11

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

Attachment
0
s.atillab11

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

Attachment
0
s.atillab11

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

Attachment
0