BrittleFoot / pyadb

Adb utilities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ADB utilities

Usefull scripts to operate on your phone with adb

Compatible with python3.10+

Venv (Windows)

py -3.10 -m venv .venv
.venv\Scripts\activate.bat
python -m pip install --upgrade pip

Install

pip install .

Test

pip install -e .[testing]
pytest

Usage

screenshot -h
screencast -h

About

Adb utilities


Languages

Language:Python 100.0%