Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 760 Bytes

File metadata and controls

26 lines (21 loc) · 760 Bytes

Web-scrcpy

通过web远程控制Android手机

效果展示

效果展示

安装指南

  1. 安装adb,确保adb在path环境变量中,并且Android设备已连接并启用调试模式
  2. 安装Python 3.7+和pip
  3. 安装源码:
    • 克隆项目仓库:git clone https://github.com/baixin1228/web-scrcpy.git
    • 进入项目目录:cd web-scrcpy
    • 安装依赖:pip3 install -r requirements.txt
    • 启动运行:python3 app.py
  4. 打开一个浏览器,访问http://localhost:5000,即可看到scrcpy的控制界面

参与方式

  1. Fork 项目.
  2. 创建一个新分析: git checkout -b your - branch - name
  3. 提交Pull Request.

开源协议

Apache License 2.0.

联系方式

1228504957@qq.com