Cleanup Tool is a powerful by Wick Studio, user-friendly Python script designed to help users efficiently clean and manage their Windows systems. This tool provides a range of functionalities to remove unnecessary files, clear temporary directories, manage browser caches, and much more, all through an easy-to-use command-line interface.
- Interactive Command-Line Interface: Easy-to-navigate menu for selecting specific cleanup actions.
- Multiple Cleanup Options: Including temp directories, downloads folder, system log files, empty directories, and the recycle bin.
- Full Cleanup Option: A convenient feature to perform all cleanup tasks at once.
- Colorful Output: Enhanced readability and user experience using
colorama
. - Custom ASCII Banner: A custom banner using
pyfiglet
for a unique touch.
To install the Cleanup Tool, follow these steps :
- Clone the repository:
git clone https://github.com/wickstudio/cleanup-tool.git
- Navigate to the cloned directory:
cd cleanup-tool
- Run the installation batch file (this will install required Python packages) :
install.bat
To use the tool, simply run the Python script :
start.bat
Follow the on-screen prompts to select the desired cleanup operation.
- Perform Full Cleanup : Executes all available cleanup tasks.
- Clean Temp Directories : Clears temporary files.
- Clean Downloads Folder : Removes files from the Downloads folder based on specified criteria.
- Empty Recycle Bin : Empties the Windows Recycle Bin.
- Clean System Log Files : Deletes log files from the system directory.
- Clean Empty Directories : Removes empty directories in the user profile.
- It is recommended to back up important data before running any cleanup operation.
- Some cleanup operations require administrative privileges.
- Ensure to run the tool in an environment where accidental data loss would not be critical, especially for the first use.
Contributions to the Cleanup Tool are welcome! If you have suggestions or improvements, feel free to fork the repository and submit a pull request. Please ensure to follow the existing code structure and style.
Licensed under the MIT License.
Enjoy the Cleanup Tool, and happy cleaning!