A simple Flask webapp for displaying photos on a Raspberry Pi / PaPiRus picture frame.
Usage (from the Pi):
- Install Flask and PaPiRus SDK
export FLASK_APP=picture-frame.py flask run --host 0.0.0.0
- Visit http://[ip_of_pi]:5000/
A simple Flask webapp for displaying photos on a Raspberry Pi / PaPiRus picture frame.
Usage (from the Pi):
export FLASK_APP=picture-frame.py flask run --host 0.0.0.0