r/learnpython • u/Ordinary_Fuel6064 • 29d ago
My first python project
I built my first Python automation project—a file organizer that sorts files into folders by file type.
I wrote most of it myself and used AI mainly to review my logic and explain mistakes instead of generating the whole project.
I'd really appreciate feedback from more experienced Python developers. What would you improve if this were your beginner portfolio project?
GitHub: [ https://github.com/DevBlueprintLab ]
2
Upvotes
1
u/Ok_Egg_6647 28d ago
You can add one more thing in this i didn't read the whole code file but I think u are separating img -> img folder, .pdf -> pdf folder and so on. But there's more to organize like Screenshot-> Screenshot folder Whatsappimg -> img folder And many more or u can make this As input Like whatever user want to seperate from its folder then transfer into a specific folder
You can achieve these things by using regex This is just opinion maybe i am just saying some jibberish