Skip to content

For twitch stream overlays with player score updating

Notifications You must be signed in to change notification settings

TMprojects1/stream_overlay

 
 

Repository files navigation

stream_overlay

For twitch stream overlays with player score updating

Includes code for scoreboard UI, overlay for OBS, and backend server processing.

Needed dependencies to be installed: sudo pip install PyAutoGUI
sudo pip install Pillow --upgrade
sudo pip install -U flask-cors
sudo pip install opencv-python
sudo pip install requests

#Pi Reader Instructions:

Go to terminal and type: sudo raspi-config Enable SPI under config menu

Install following packages:
sudo pip install mfrc522
sudo pip install RPi.GPIO
sudo pip install python-http-client

Add python run path to /etc/profile to run script on start up

About

For twitch stream overlays with player score updating

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.3%
  • CSS 7.2%
  • HTML 7.1%
  • Python 3.4%