Skip to content

Cards against Humanity generator on a Raspberry Pi with Inky display

Notifications You must be signed in to change notification settings

ardtieboy/cahpi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cards vs humanity

https://crhallberg.com/cah/

Only base set is in the cards.json

Installing on raspberry pi

cd ~/cardsvshumanity
scp * pi@192.168.0.201:/home/pi/Desktop/cardsvshumanity

Make sure a cronjob is set on the raspberry pi:

To check:

crontab -l

To add:

crontab -e

A line should be visible like this:

* * * * * /usr/bin/python3 /home/pi/Desktop/cardsvshumanity/main.py > /tmp/logscript.output

About

Cards against Humanity generator on a Raspberry Pi with Inky display

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages