An easy to use [offline] attendance form.
It is recommended to use a python virtual environment. You can create the environment at the root with:
virtualenv venvThen you can activate the environment:
. /venv/bin/activateNote: You can deactivate the environment with deactivate, but it should be active while you run the app.
Whether you’ve chosen to use a virtual environment or not, you have to install the application
dependencies. You can use the requirements.txt like so:
pip install -r requirements.txtYou must also have sqlite3 installed (use your package manager).
After the dependencies are ready, run the application:
python app.pyNavigate to localhost:5000 and the website should display. Users can sign in now.