A lightweight and efficient Python utility designed to clean up temporary system files, the Downloads folder, and the Recycle Bin. Keep your Windows system clean and free up disk space with a single execution.
- Temp Files Cleanup: Automatically clears user and system temporary directories.
- Downloads Folder Purge: Empties the local Downloads folder to remove accumulated installers and cached files.
- Recycle Bin Emptying (Optional): Safely flushes the Windows Recycle Bin to recover storage.
- Lightweight & Fast: Built entirely in Python with no heavy external dependencies.
- Clone the repository:
git clone https://github.com
- Navigate to the project directory:
cd Simple-Cleaner - Run the script:
python cleaner.py
Alternatively, you can download the pre-compiled executable (.exe) directly from the Releases section on the right side of this page. No Python installation required!
- Windows OS
- Python 3.x (only if running from source)
This project is open-source and available under the MIT License.