Files
synctv-weihang/windows_py_client/README_CLIENT.md
2026-06-15 22:46:12 +08:00

324 B

SyncTV Windows Python Client

Run in development:

python -m venv .venv
.\.venv\Scripts\pip install -r requirements.txt
.\.venv\Scripts\python synctv_client\main.py

Build exe:

.\build_exe.ps1

VLC runtime is required by python-vlc. Install VLC 64-bit if playback cannot initialize.