A simple file sorter to declutter your folders.
DeclutterFolder is a Python script designed to organize messy folders by sorting files into their respective folders based on their type and format.
- Automatically traverses through a given folder.
- Identifies the type and format of each file.
- Organizes files into corresponding folders.
- Effectively declutters your folder.
Have you ever found yourself drowning in a sea of unsorted files, struggling to maintain order in your folders? I certainly have. That's why I created DeclutterFolder – a tool to rescue you from the chaos of manual file sorting. With this script, you can bid farewell to messy folders and welcome a new era of organization.
- Automatically traverses through a given folder.
- Identifies the type and format of each file.
- Organizes files into corresponding folders.
- Effectively declutters your folder.
- GUI Integration: Adding a graphical user interface for enhanced user-friendliness.
- Script Optimization: Optimizing the script for better performance and efficiency.
- Machine Learning Integration: Implementing machine learning to prioritize files and identify unnecessary ones for deletion.
-
Clone the repository to your local machine.
-
Run the script by providing the path to the target folder.
python declutter.py /path/to/target/folder
-
Sit back and watch as your messy folder becomes organized!
Python 3.x
This project is licensed under the MIT License.