# 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.