2026-05-05 18:24:30 -04:00
2026-05-03 03:27:57 -04:00
2026-05-05 16:39:13 -04:00
2026-05-03 03:27:57 -04:00
2026-05-03 14:25:53 -04:00
2026-05-03 14:25:53 -04:00
2026-05-05 18:24:30 -04:00
2026-05-03 03:27:57 -04:00
2026-05-05 18:22:31 -04:00

scoreboard

Scoreboard script for showing active sports I like.

Equipment

I have a small setup to make this work, all specs found below

Setup

  • Install Python, Python build tools & build rpi-rgb-led-matrix from source or install it via pip
  • Clone this repository
  • Install requirements using pip install -r requirements.txt
  • Download logos using the download_logos.py Python script
  • Run scoreboard.py Python script

This runs as a systemd service on my Pi, with the following configuration

[Unit]
Description=Scoreboard Script
After=multi-user.target

[Service]
ExecStart=/usr/bin/python3 scoreboard.py
WorkingDirectory=/home/pi/Documents/scoreboard
Restart=always
User=pi

[Install]
WantedBy=multi-user.target

Govee Lighting

If you have Govee lighting you want to setup for celebrations, create a .env file and complete the arguments in the template file.

S
Description
No description provided
Readme 1.7 MiB
Languages
Python 100%