Raspberry Pi Repo for generating and playing .wav files to actuate spider webs with ear buds.
Resources For Setting Up SpiderPi
Build Adafruit LCD Plate/Keypad and setup code https://learn.adafruit.com/adafruit-16x2-character-lcd-plus-keypad-for-raspberry-pi
Install Pygame on Raspberry Pi: python3 -m pip install pygame==2.0.0 sudo apt-get install git curl libsdl2-mixer-2.0-0 libsdl2-image-2.0-0 libsdl2-2.0-0 libsdl2-ttf-2.0-0 https://www.raspberrypi.org/forums/viewtopic.php?t=291180
Setup launch Script using crontab: https://www.instructables.com/Raspberry-Pi-Launch-Python-script-on-startup/