File Organizer is a Python script that helps you organize your files into categorized folders based on their file extensions. It's a handy tool to keep your directories neat and tidy.
- Organize files into categories such as video, code, audio, image, etc.
- Customizable file extension categories.
- Handles file renaming to prevent conflicts.
- Removes empty folders after organizing files.
- Clone the repository:
git clone https://github.com/your_username/file-organizer.git
- Install dependencies:
pip install -r requirements.txt
- Navigate to the project directory:
cd file-organizer
- Run the main script:
python main.py
-
Enter the directory path you want to organize or press Enter to use the default Downloads directory.
-
The script will organize files in the specified directory into categorized folders.
-
Optionally, continue organizing files in other directories as needed.
You can customize file extension categories by modifying the extensions
dictionary in the main.py
file.
- Python 3.x
- Colorama
Contributions are welcome! If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.