quickQR A small Flask web application for creating QR codes from text or URLs. Setup Download files and cd into it python3 -m venv .venv . .venv/bin/activate pip install -r requirements.txt flask run