Simple server that syncs video playback for clients using Movie Night.
- Python 3.7
Virtual environment should be created before installing or bundling the application.
python -m venv venv
venv\Scripts\activate
-e
allows editing the application without having to reinstall it.
pip install -e .
movienightserver
This project uses Black for code formatting.
pip install black
black .