https://github.com/hakaboom/adb-utils
adb的python封装
https://github.com/hakaboom/adb-utils
Last synced: 9 months ago
JSON representation
adb的python封装
- Host: GitHub
- URL: https://github.com/hakaboom/adb-utils
- Owner: hakaboom
- License: apache-2.0
- Created: 2021-07-17T09:38:25.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-04T07:37:13.000Z (almost 4 years ago)
- Last Synced: 2025-01-12T10:56:16.634Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 28.3 MB
- Stars: 46
- Watchers: 1
- Forks: 17
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# adb-utils

对adb常用接口的二次开发
## Requirements
- python>=3.8
- 项目里用到了[base_image](https://github.com/hakaboom/base_image) 因此需要额外安装opencv-python
## Installation
pip3 install adb-utils
## TODO
- [ ] minicap集成
- [ ] minitouch集成
- [ ] 设备性能数据可视化
- [ ] 基于PYQT的设备管理工具
## 函数
不打算写,看源码备注就行了