PyAutoGUI but for Android! a simple sdk for interacting with android debug bridge and automate boring stuff this is part of m Commercial program that now is Free and Open Source
- androidsdk-platform-tools
- python 3.12 (not tested on lower versions. but it works probably)
pip install pyautoadbimport pyautoadb
adb_handler = pyautoadb.ADBDevice("localhost", "55557")
img_path = adb_handler.take_screenshot()
print(img_path)Check out Documentation for in-depth explanation and examples
- add async support
- add kernel low level apis
- add contribution rules
- write rich documentation
see contribution detail
This project is licensed under the MIT license. Feel free to use, modify, and distribute
