Today, I decided to take it lightly, working on something that combined fun and productivity. After doing a bit of Java work for my upcoming semester at BU, I took a detour and dived into the realm of Python automation.
The project that caught my interest was a simple one but immensely satisfying: a script that takes files from my downloads folder and organizes them into designated folders based on their file type. As someone who always ends up with a cluttered downloads folder, this solution seemed more than just a simple Python project; it was a personal life-saver.
Now, I've managed to develop a working script. Of course, it's not perfect. The fact that the program needs to be running continuously for it to function isn't ideal. However, there's a straightforward workaround. I can just run the script every time my downloads folder starts to look like it's auditioning for a role in a disaster movie. This keeps things manageable and helps me enjoy the fruits of my digital housekeeping labor.
The project is still in its early stages, not quite ready for others to use yet. However, I'm not keeping it under wraps. If you're curious, you can check out the GitHub repo right here.
So that was my day. A bit of Java, a bit of Python, and a dash of digital organization. And even though my Python project is far from perfect, it's proof of how a few lines of code can make life just a bit simpler.
Stay tuned for more updates on my Python journey and a peek into what I have planned for this download organizer project. There's a lot of room for improvement and, who knows, you might want to contribute an idea or two!