I just finished my first programming side project and would appreciate all feedback, especially how I can make improve on it.
Here's a link to my project on GitHub: https://github.com/kavehzare98/Folder-Cleanup-Utility
Here's a quick summary:
Problem: Files in a folder can become disorganized, posing challenges for users in locating them. Manually sorting files is time-consuming.
Solution: This program automates file organization by categorizing based on extensions. Modules include downloads_functions and documents_functions for the Downloads and Documents folders.
Benefits: Users gain efficiency in file access, ensuring consistent organization, reducing clutter, and promoting a systematic approach based on file types. Overall, the software enhances organization, saving time, and improving workspace productivity.