Skip to content

Latest commit

 

History

History
57 lines (35 loc) · 1.26 KB

README.md

File metadata and controls

57 lines (35 loc) · 1.26 KB

adb-wifi-py is a tool for pairing Android 11 and newer devices for wireless debugging directly through a terminal using QR code.

It leverages the python-zeroconf library for multicast DNS service discovery and the qrcode library for QR code generation.

Installation

To install adb-wifi-py from PyPI, run the following command:

pip

pip install adb-wifi-py

pipx

pipx install adb-wifi-py

rye

rye tools install adb-wifi-py

uv

uv tool install adb-wifi-py

Usage

To use adb-wifi-py, run the following command:

adb-wifi

Follow the on-screen instructions to pair your device.

License

This project is licensed under the GPL-3.0 License.

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

Acknowledgements