I've been tackling a personal problem with my messy PC files and decided to create a program to help organize everything! What started as a simple tool to manage my downloads quickly grew into a full project with lots of features because I ended up enjoying the process so much. I'm currently looking for feedback, especially on the code structure and how I've organized the classes, since I'm still a beginner. I'd love to hear any thoughts or suggestions! You can check out my project here: [GitHub Link](https://github.com/Tzavi727/File-Organizer)
2 Answers
Nice work! I think it’s awesome you took the plunge into a project. Building something yourself is a fantastic way to learn. Don’t stress about perfecting your code structure just yet—what matters is you’re making progress and trying to organize your project, which is a big step up!
This is really impressive! Breaking down your project into smaller tasks is a great approach. I’m considering something similar—maybe a simple command-line tool for displaying file content. I plan to handle different file types differently, like displaying one sentence or line at a time, which could help others manage their files more easily.

Thanks a lot for saying that! I feel like I learn so much more by working on this than just from tutorials.