Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thehappydinoa/eyedentity-client
The client for thehappydinoa/eyedentity
https://github.com/thehappydinoa/eyedentity-client
client eyedentity
Last synced: about 1 month ago
JSON representation
The client for thehappydinoa/eyedentity
- Host: GitHub
- URL: https://github.com/thehappydinoa/eyedentity-client
- Owner: thehappydinoa
- Created: 2018-12-10T02:50:25.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-17T21:17:13.000Z (about 1 year ago)
- Last Synced: 2024-05-01T13:26:59.562Z (7 months ago)
- Topics: client, eyedentity
- Language: Python
- Homepage: https://github.com/thehappydinoa/eyedentity
- Size: 5.72 MB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# eyedentity-client
The client for [thehappydinoa/eyedentity](https://github.com/thehappydinoa/eyedentity)
## Auto-Startup
```bash
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](blink.gif)
![bars](bars.gif)
![thank-you](thank-you.gif)
![error](error.gif)