# py-muti-scrcpy **Repository Path**: IanVzs/py-muti-scrcpy ## Basic Information - **Project Name**: py-muti-scrcpy - **Description**: An easy to use python scrcpy muti-client - **Primary Language**: Python - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2022-03-25 - **Last Updated**: 2024-02-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 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)