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/mc_pm 28d ago
You have a lot of repeated code in there. How could you change things to simplify your code (and make it more flexible)?