Skip to main content

Simple python module to interact with Android Debug Bridge tool

Project description

# pyadb3

自用,仅支持python3。

## 安装
```
pip install pyadb3
```

## 使用
```python
import pyadb3

adb = pyadb3.ADB()
adb.shell_command('ls -l /')
print(adb.get_output().decode())
```


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

pyadb3-1.0.1-py3-none-any.whl (5.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page