Skip to content

a cache_cleaner fork rewritten in python for Termux

Notifications You must be signed in to change notification settings

Y3rw1N/py-cleaner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

py-cleaner

py-cleaner is a cache_cleaner fork rewritten in python for Termux. It allows you to efficiently clear app caches 🧹✨

Pre-requesites

Before installing py-cleaner, ensure you have Termux installed on your Android device. You can download it from:

Installation Steps

1. Clone py-cleaner repository from GitHub

git clone https://github.com/Y3rw1N/py-cleaner.git

2. Don't forget to install python and tsu for the script to work

pkg install python tsu -y

3. Navigate to the repository folder

cd py-cleaner

4. Sets execute permissions for the script (if you want)

chmod +x cleaner.py

5. Run the script

sudo python cleaner.py
sudo ./cleaner.py   # If you gave it execution permissions