Simple python module to interact with Android Debug Bridge tool
Project description
# pyadb3
自用,仅支持python3。
## 安装
```
pip install pyadb3
```
## 使用
```python
import pyadb3
adb = pyadb3.ADB()
adb.run_shell_cmd('ls -l /')
print(adb.get_output().decode())
```
自用,仅支持python3。
## 安装
```
pip install pyadb3
```
## 使用
```python
import pyadb3
adb = pyadb3.ADB()
adb.run_shell_cmd('ls -l /')
print(adb.get_output().decode())
```
Project details
Release history Release notifications | RSS feed
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyadb3-1.0.2-py3-none-any.whl.
File metadata
- Download URL: pyadb3-1.0.2-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4fca1731c65b640a6ecac982c66ec9ff02e02902f2016647f6211c61bac19633
|
|
| MD5 |
a4792aa654e38a26090e45a4fc1c11cf
|
|
| BLAKE2b-256 |
1f48e80672fc62ae20c2f5c7b98189c1dfb754ed5f9bd0763a010c1a62c133b9
|