https://github.com/y3rw1n/py-cleaner
a cache_cleaner fork rewritten in python for Termux
https://github.com/y3rw1n/py-cleaner
android android-root android-tool android-tools python python3 root root-tool root-tools termux termux-environment termux-tool termux-tools
Last synced: about 1 year ago
JSON representation
a cache_cleaner fork rewritten in python for Termux
- Host: GitHub
- URL: https://github.com/y3rw1n/py-cleaner
- Owner: Y3rw1N
- Created: 2025-03-16T20:01:05.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-24T20:32:45.000Z (about 1 year ago)
- Last Synced: 2025-03-24T21:32:38.446Z (about 1 year ago)
- Topics: android, android-root, android-tool, android-tools, python, python3, root, root-tool, root-tools, termux, termux-environment, termux-tool, termux-tools
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# py-cleaner
**py-cleaner** is a [cache_cleaner](https://github.com/takeru-kageyuki/cache_cleaner) fork rewritten in python for [Termux](https://github.com/termux/termux-app). 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:
- [F-Droid](https://f-droid.org/packages/com.termux/)
- [Github Releases](https://github.com/termux/termux-app)
## Installation Steps
### 1. Clone py-cleaner repository from GitHub
``` bash
git clone https://github.com/Y3rw1N/py-cleaner.git
```
### 2. Don't forget to install python and tsu for the script to work
``` bash
pkg install python tsu -y
```
### 3. Navigate to the repository folder
``` bash
cd py-cleaner
```
### 4. Sets execute permissions for the script (if you want)
``` bash
chmod +x cleaner.py
```
### 5. Run the script
``` bash
sudo python cleaner.py
sudo ./cleaner.py # If you gave it execution permissions
```