AFilesPY banner

AFilesPY

5 devlogs
3h 19m 35s

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...

Atilla222

Okay here is what i did:
-i tried to add a stat command but it wouldnt work
-i added a confirmation to the del command
-did i mention the rdtxt command?
-i also added plugin support
-this update is not yet avalible in pypi but it will be

Attachment
0
Atilla222

I finally uploaded it to pypi now you can install it like this: pip install afilespy==0.1.2
But i still recommend downloading it from github

Attachment
0
Atilla222

Shipped this project!

Hours: 2.18
Cookies: 🍪 10
Multiplier: 4.5 cookies/hr

I built a python file manager that works in the terminal
its not perfect but i will work on it later open it in the terminal with
python folder/main.py or just click it

Atilla222

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
Atilla222

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
Atilla222

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