An open API service indexing awesome lists of open source software.

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

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
```