A menu drivern python script to clear up junk files.
This Python script provides a quick and easy way to clean temporary files, downloads, and recycle bin on your Windows system. It helps you free up space by removing unnecessary files.
- Python 3 installed on your system
Follow these steps to use the application:
- Clone the repository:
git clone https://github.com/your-username/temporary-file-cleaner.git
- Navigate to the Project Directory:
cd temporary-file-cleaner
- Run the Script:
python main.py
- Choose an Option from the Menu:
- To clear temporary files, type "1".
- To clear downloads, type "2".
- To clear the recycle bin, type "3".
- To exit the application, type "4".
- Ensure you have the necessary permissions to delete files in the selected directories.
- The script prompts for confirmation before deleting files, except for the recycle bin.
Contributions to this project are currently not accepted.
This project is licensed under the MIT License - see the LICENSE file for details.