Hu's home (pronounced - who's home) is an app to track if everybody in a family is home This repo contains Hu's home websocket server and a simple web client
python -m pip install --user virtualenv
virtualenv venv
venv\Scripts\activate
pip install -r requirements.txt
venv\Scripts\activate
flask run