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.
To install adb-wifi-py from PyPI, run the following command:
pip install adb-wifi-pypipx install adb-wifi-pyrye tools install adb-wifi-pyuv tool install adb-wifi-pyTo use adb-wifi-py, run the following command:
adb-wifiFollow the on-screen instructions to pair your device.
This project is licensed under the GPL-3.0 License.
Contributions are welcome! Please open an issue or submit a pull request.
- chanzmao for the idea and original code.
- python-zeroconf for multicast DNS service discovery.
- qrcode for QR code generation.