SmartClean is a Python-based smart cleaner tool for Termux. It scans your Download folder and allows you to safely delete selected files.
- Scan Download folder
- Show file size & last access time
- Select files manually
- Safe delete using Trash
- Colorful table output
- Termux
- Python 3
- pip packages:
- rich
- send2trash
pkg update && pkg upgrade -y
pkg install python git -y
pip install rich send2trash