Skip to content

omidshm/PyAutoADB

Repository files navigation

python-easyADB

Banner

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

Installation

Dependencies

  • androidsdk-platform-tools
  • python 3.12 (not tested on lower versions. but it works probably)
pip install pyautoadb

Usage

import pyautoadb

adb_handler = pyautoadb.ADBDevice("localhost", "55557")

img_path = adb_handler.take_screenshot()

print(img_path)

next step ?

Check out Documentation for in-depth explanation and examples

Todo

  • add async support
  • add kernel low level apis
  • add contribution rules
  • write rich documentation

Contributing

see contribution detail

Licence

This project is licensed under the MIT license. Feel free to use, modify, and distribute

About

an sdk for interacting with android debug bridge and automate boring stuff

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages