A Python script to clean junk and temporary files from a given directory.
- Removes common junk files:
.tmp,.log,.bak,.oldThumbs.db,.DS_Store
- Scans folders recursively
- Outputs whatโs removed
- Simple to use and modify
python junk_cleaner.pyEnter the folder path to clean: C:\Users\Aizaz\Downloads
Removed: C:\Users\Aizaz\Downloads\Thumbs.db
Cleanup complete. 1 junk files removed.