Skip to content

lordalcol/web-scrcpy

 
 

Repository files navigation

Web-scrcpy

allowing you to control your Android device from a web browser. Web server for scrcpy.

Effect Demonstration

Effect

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

About

Allowing you to control your Android device from a web browser. Web server for scrcpy.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.8%
  • HTML 5.8%
  • Python 5.4%