sleiner / obs-pi-tally

Easy tally light for OBS Studio using Raspberry Pi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

obs-pi-tally

Simple tally lights for OBS Studio using Python 3.7+

Getting started

# After cloning the repo, cd to the folder:
cd obs-pi-tally

cp config-sample.json config.json  # Copy the sample config file
vi config.json                     # Customize the file

python3 -m venv env      # Create a new virtual env
source env/bin/activate  # activate it

pip install -r requirements.txt  # install the required packages

python3 obs-pi-tally.py -c config.json

About

Easy tally light for OBS Studio using Raspberry Pi


Languages

Language:Python 100.0%