Track your NYT Connections results. Paste your results to see which categories you get right most often.
python -m venv .venv
source .venv/bin/activate # On Windows: .venv\Scripts\activate
pip install -r requirements.txt
cp .env.example .env
python app.pypytest tests/ -vUses Heroku. Set FLASK_SESSION_SECRET in config vars.