Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manchicken/dishes-scoreboard
This is a little project for keeping track of successful dishes nights.
https://github.com/manchicken/dishes-scoreboard
inkyphat iot parenting python3 raspberry-pi
Last synced: 22 days ago
JSON representation
This is a little project for keeping track of successful dishes nights.
- Host: GitHub
- URL: https://github.com/manchicken/dishes-scoreboard
- Owner: manchicken
- License: gpl-3.0
- Created: 2024-11-24T01:18:53.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-25T00:37:04.000Z (about 1 month ago)
- Last Synced: 2024-11-25T01:23:16.809Z (about 1 month ago)
- Topics: inkyphat, iot, parenting, python3, raspberry-pi
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dishes-scoreboard
In our house the kids sometimes have a hard time with quality of chores. In order to assist, I have this
project which can help keep track of the score board for successful jobs. It's not a complicated project,
but it's hopefully helpful.## Hardware
The hardware for this project is pretty simple:
- Raspberry Pi Zero 2W
- 64GB micro SD card
- Pimoroni Inky PHAT ePaper display (the 2.13" one, 250x122 resolution)## Install
1. Configure your Pi to the point where you can run the examples.
> [!IMPORTANT]
> When you're configuring the venv, put it in `~/venv/inky`2. Place this code in `~/Devel/dishes-scoreboard`
3. `cp scoreboard.service ~/.config/systemd/user`
4. `systemctl --user daemon-reload`
5. `systemctl --user enable scoreboard`
6. `systemctl --user start scoreboard`## Usage
- You'll want to go to your RPi on port 5000
![Photograph of the display](screenshots/display.jpg)