https://github.com/leng-yue/py-scrcpy-client
An easy to use python scrcpy client
https://github.com/leng-yue/py-scrcpy-client
python3 scrcpy
Last synced: about 1 year ago
JSON representation
An easy to use python scrcpy client
- Host: GitHub
- URL: https://github.com/leng-yue/py-scrcpy-client
- Owner: leng-yue
- License: mit
- Created: 2021-08-03T12:44:34.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-27T08:29:06.000Z (over 1 year ago)
- Last Synced: 2025-05-10T06:55:45.452Z (about 1 year ago)
- Topics: python3, scrcpy
- Language: Python
- Homepage: https://leng-yue.github.io/py-scrcpy-client/
- Size: 28.6 MB
- Stars: 362
- Watchers: 10
- Forks: 90
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Python Scrcpy Client
This package allows you to view and control android device in realtime.

Note: This gif is compressed and experience lower quality than actual.
## How to use
To begin with, you need to install this package via pip:
```shell
pip install scrcpy-client[ui]
```
Then, you can start `py-scrcpy` to view the demo:
Note: you can ignore `[ui]` if you don't want to view the demo ui
## Document
Here is the document GitHub page: [Documentation](https://leng-yue.github.io/py-scrcpy-client/)
Also, you can check `scrcpy_ui/main.py` for a full functional demo.
## Contribution & Development
Already implemented all functions in scrcpy server 1.20.
Please check scrcpy server 1.20 source code: [Link](https://github.com/Genymobile/scrcpy/tree/v1.20/server)
## Reference & Appreciation
- 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)