Unmoon / movienightserver

Simple server that syncs video playback for clients using Movie Night.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Movie Night

Simple server that syncs video playback for clients using Movie Night.

Requirements

  • Python 3.7

Virtual environment should be created before installing or bundling the application.

python -m venv venv
venv\Scripts\activate

Install in editable mode

-e allows editing the application without having to reinstall it.

pip install -e .
movienightserver

Codestyle

This project uses Black for code formatting.

pip install black
black .

About

Simple server that syncs video playback for clients using Movie Night.


Languages

Language:Python 100.0%