文件名称:remote-play:PC媒体控制器
文件大小:26KB
文件格式:ZIP
更新时间:2024-05-01 20:43:16
HTML
远程播放 Remote-Play使用pyautogui按下键盘快捷键来控制您的媒体。 它使用fastapi为移动设备提供最小的UI。 可以与Hotstar,Amazon Prime,Netflix等各种播放器一起使用。 远程播放支持暂停/播放,静音,音量控制,搜索等基本功能,还带有触摸板,可移动鼠标光标并通过点击支持鼠标左键。 使用远程播放 克隆存储库 git clone https://github.com/shubham1172/remote-play.git cd remote-play 安装要求 pip3 install -r requirements.txt 启动网络服务器 uvicorn main:app --reload --host 0.0.0.0 获取您计算机的IP地址: Windows用户:在CMD提示符下键入以下命令 ipconfig Linux / Mac用户
【文件预览】:
remote-play-main
----main.py(918B)
----requirements.txt(34B)
----LICENSE(1KB)
----README.md(1KB)
----docs()
--------screenshot.jpeg(29KB)
----.gitignore(2KB)
----static()
--------index.html(2KB)
--------index.js(681B)
--------style.css(249B)