Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 317 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 317 Bytes

ADM

A frontend for adb and fastboot

Install

Make sure Python 3.12 or newer, python-venv, and git are installed

git clone https://github.com/User8395/adm
cd adm
python -m venv venv
venv\Scripts\activate (Windows)
source venv/bin/activate (Linux/macOS/BSD)
pip install -r requirements.txt
python3 adm.py