Metadata-Version: 2.1
Name: muti-scrcpy-client
Version: 0.3.8
Summary: A muticlient of scrcpy
Home-page: https://github.com/IanVzs/py-muti-scrcpy
License: MIT
Author: ianvzs
Author-email: ianvzs@outlook.com
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
Provides-Extra: ui
Requires-Dist: PySide6 (>=6.0.0,<7.0.0); extra == "ui"
Requires-Dist: adbutils (>=0.11.0,<0.12.0)
Requires-Dist: av (>=8.0.3,<9.0.0)
Requires-Dist: click (>=7.0.0,<8.0.0); extra == "ui"
Requires-Dist: opencv-python (>=4.5.3,<5.0.0)
Project-URL: Repository, https://github.com/IanVzs/py-muti-scrcpy
Description-Content-Type: text/markdown

# Python Scrcpy Client
<p>
    <a href="https://pypi.org/project/muti-scrcpy-client/" target="_blank">
        <img src="https://img.shields.io/pypi/v/muti-scrcpy-client" />
    </a>
    <a href="https://github.com/IanVzs/py-muti-scrcpy/blob/main/.github/workflows/ci.yml" target="_blank">
        <img src="https://img.shields.io/github/workflow/status/ianvzs/py-muti-scrcpy/CI" />
    </a>
    <a href="https://app.codecov.io/gh/ianvzs/py-muti-scrcpy" target="_blank">
        <img src="https://img.shields.io/codecov/c/github/ianvzs/py-muti-scrcpy" />
    </a>
    <img src="https://img.shields.io/github/license/ianvzs/py-muti-scrcpy" />
    <a href="https://pepy.tech/project/muti-scrcpy-client" target="_blank">
        <img src="https://pepy.tech/badge/muti-scrcpy-client" />
    </a>
    <a href="https://github.com/Genymobile/scrcpy/tree/v1.20" target="_blank">
        <img src="https://img.shields.io/badge/scrcpy-v1.20-violet" />
    </a>
</p>

This package allows you to view and control android device in realtime.

![demo png](https://raw.githubusercontent.com/ianvzs/py-muti-scrcpy/main/demo.png)  

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 muti-scrcpy-client[ui]
```
Then, you can start `py-muti-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.

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

