# web-scrcpy **Repository Path**: yun81911_admin/web-scrcpy ## Basic Information - **Project Name**: web-scrcpy - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-18 - **Last Updated**: 2025-11-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # EN|[中文](README_zh.md) # Web-scrcpy allowing you to control your Android device from a web browser. Web server for scrcpy. ## Effect Demonstration ![Effect](./animation.gif) ## Installation Guide 1. Install adb, ensure that adb is in the path environment variable, and the Android device is connected and the debugging mode is enabled. 2. Install Python 3.7+ and pip. 3. Install the source code: - Clone the project repository: `git clone https://github.com/baixin1228/web-scrcpy.git` - Navigate to the project directory: `cd web-scrcpy` - Install the dependencies: `pip3 install -r requirements.txt` - Start running: `python3 app.py` 4. Open a browser and visit http://localhost:5000, then you can see the control interface of scrcpy. ## Contributing 1. Fork the repo. 2. Create a new branch: git checkout -b your - branch - name 3. Make changes and submit a Pull Request. ## License Apache License 2.0. ## Contact 1228504957@qq.com