This commit is contained in:
2026-06-15 22:46:12 +08:00
commit f6508eccdb
38 changed files with 3133 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# SyncTV Windows Python Client
Run in development:
```powershell
python -m venv .venv
.\.venv\Scripts\pip install -r requirements.txt
.\.venv\Scripts\python synctv_client\main.py
```
Build exe:
```powershell
.\build_exe.ps1
```
VLC runtime is required by `python-vlc`. Install VLC 64-bit if playback cannot initialize.