This is a simple Python script designed to clean up temporary files from your Windows system. It clears both user-specific and system-wide temporary folders to help improve system performance by freeing up unnecessary space.
- Clears user-specific temporary folder (
%TEMP%). - Clears system-wide temporary folder (
C:\Windows\Temp). - User-friendly interface: asks for confirmation before cleaning.
- Safely removes files and folders without causing any harm to your system.
- Windows OS (This script is designed specifically for Windows users).
- Python (Ensure Python is installed on your system).
- Clone the repository:
git clone https://github.com/mateuscapo/tempcleaner