Downloads Cleaner is a simple and efficient tool to help you keep your Downloads folder organized by automatically sorting and managing files based on their types.
If you find this project useful, please don't forget to ⭐ star this repo! Your support is greatly appreciated and helps keep the project alive.
- Automatically moves files to appropriate subfolders (e.g., Documents, Images, Videos)
- Customizable file type categories
- Easy to set up and run
Downloads/
├── Audios/
│ ├── audio1.pdf
│ ├── audio2.docx
│ └── ...
├── Documents/
│ ├── file1.pdf
│ ├── file2.docx
│ └── ...
├── Images/
│ ├── image1.jpg
│ ├── image2.png
│ └── ...
├── Videos/
│ ├── video1.mp4
│ ├── video2.avi
│ └── ...
├── Executables/
│ ├── package1.exe
│ ├── package2.exe
│ └── ...
├── Compressed Files/
│ ├── archive1.zip
│ ├── archive2.rar
│ └── ...
├── Program Code/
│ ├── code1.py
│ ├── code2.c
│ └── ...
└── Random/
├── file1.exe
├── file2.bin
└── ...
-
Clone the repository:
git clone https://github.com/dyingpotato890/Downloads-Cleaner.git cd Downloads-Cleaner
-
Ensure the
downloadsCleaner.py
script is executable:chmod +x downloadsCleaner.py
-
Run the script:
python downloadsCleaner.py
You can customize the file type categories by editing the file extension lists in the script. The default configuration includes common file types and their destinations.
You're welcome to contribute! Here's how you can contribute:
- If you've encountered a bug, Open An Issue
- If you want to make changes or add new features, create a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.