FileSorter is a Python script that helps you organize files in a directory based on their extensions. This can be particularly useful for keeping your downloads or other folders neatly categorized.
- Automatically categorizes files into various folders based on their file extensions.
- Customizable categories and file extensions to suit your needs.
- Handles duplicate file names to prevent overwriting.
-
Clone or download this repository to your local machine.
-
Place the
FileSorter.py
script in the directory you want to organize. -
Open a terminal or command prompt and navigate to the directory containing
FileSorter.py
. -
Run the script by executing the following command:
python FileSorter.py
The script will organize the files in the current directory according to their extensions.
. You can customize the categories and file extensions by modifying the extensions dictionary in the script. Add, remove, or modify extensions and categories to fit your specific needs.
. This project is licensed under the MIT License - see the LICENSE file for details.
. Built with Python. Feel free to contribute, report issues, or suggest enhancements!