Sample attendance checking via a unique QR code
| __pycache__ | ||
| html | ||
| templates | ||
| database.db | ||
| init_db.py | ||
| main.py | ||
| README.md | ||
| requirements.txt | ||
| schema.sql | ||
Sample application for verifying attendance through a unique QR code
To run in a Python virtual environment, using Flask:
mkvenv flask
venv flask
pip install Flask Flask-QRcode Flask-UUID
To create an empty database.db sqlite file with the table described in
schema.sql:
./init_db.py