Metadata-Version: 2.1
Name: PyAutoADB
Version: 0.1.0
Summary: PyAutoGUI but for Android
Home-page: https://github.com/omidshm/PyAutoADB
Author: Lunateek
Author-email: omidsha@pm.me
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE

# python-easyADB

![Banner](https://github.com/omidshm/PyAutoADB/blob/main/logo.png?raw=true)

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)

```python

pip install pyautoadb

```

## Usage

```python
import pyautoadb

adb_handler = pyautoadb.ADBDevice("", "port")



```

## Todo

- [ ] add async support
- [ ] add kernel low level apis

## Contributing

see contribution detail

## Donation

btc lightning
btc
usdt

thanks for your love

## Licence

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