Skip to content

thehappydinoa/eyedentity-client

Repository files navigation

eyedentity-client

The client for thehappydinoa/eyedentity

Auto-Startup

echo "Copying cache to .cache"
cp -nrp /home/pi/cache/ /home/pi/.cache;
cd /home/pi/eyedentity-client/;
echo "Pulling from GitHub"
git pull;
echo "Updating dependencies"
pip3 install -r requirements.txt
echo "Rendering frames"
python3 render_frames.py;
echo "Copying .cache to cache"
cp -nrp /home/pi/.cache/ /home/pi/cache;
echo "Starting client.py"
python3 client.py;

Resources

blink

bars

thank-you

error

About

The client for thehappydinoa/eyedentity

Topics

Resources

Stars

Watchers

Forks

Contributors