Skip to content
/ buzybee Public

BuzyBee: A Raspberry Pi Office Status Indicator

License

Notifications You must be signed in to change notification settings

pioto/buzybee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BuzyBee: A Raspberry Pi Office Status Indicator

This is a project to try to build out a simple little office status indicator using my Raspberry Pi. I'm using a Raspberry Pi Model B+, with an Adafruiit PiTFT as my display, mostly because that's what I have lying around.

Setup

After cloning the repo:

python3 -m venv venv
. venv/bin/activate
pip install flask
export FLASK_APP=buzybee.py
export FLASK_ENV=development
flask run --host=0.0.0.0

About

BuzyBee: A Raspberry Pi Office Status Indicator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages