EN|中文
allowing you to control your Android device from a web browser. Web server for scrcpy.
- Install adb, ensure that adb is in the path environment variable, and the Android device is connected and the debugging mode is enabled.
- Install Python 3.7+ and pip.
- 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
- Clone the project repository:
- Open a browser and visit http://localhost:5000, then you can see the control interface of scrcpy.
- Fork the repo.
- Create a new branch: git checkout -b your - branch - name
- Make changes and submit a Pull Request.
Apache License 2.0.