Tiny Flask web UI backed by SQLite.
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python app.pyOpen http://127.0.0.1:5000 in your browser.
Create an account at /signup and then log in at /login. The CLI now prompts for the same email/password.