Metadata-Version: 2.1
Name: scrcpy
Version: 0.0.1
Summary: A python client for scrcpy, i.e. see & control your android device over adb.
Home-page: https://github.com/S1M0N38/scrcpy
License: MIT
Author: lengyue
Author-email: lengyue@lengyue.me
Requires-Python: >=3.7,<3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: adbutils (>=0.11.0,<0.12.0)
Requires-Dist: av (>=8.0.3,<9.0.0)
Requires-Dist: numpy (>=1.21.4,<2.0.0)
Project-URL: Repository, https://github.com/S1M0N38/scrcpy
Description-Content-Type: text/markdown

# Python Scrcpy Client
![scrcpy-badge](https://img.shields.io/badge/scrcpy-v1.20-violet)

TODO

## Reference & Appreciation
- Fork: [py-scrcpy-client](https://github.com/leng-yue/py-scrcpy-client)
- Core: [scrcpy](https://github.com/Genymobile/scrcpy)
- Idea: [py-android-viewer](https://github.com/razumeiko/py-android-viewer)
- CI: [index.py](https://github.com/index-py/index.py)

