No description
Find a file
2026-03-09 12:17:13 -04:00
output init commit 2026-03-09 12:13:33 -04:00
static init commit 2026-03-09 12:13:33 -04:00
main.py init commit 2026-03-09 12:13:33 -04:00
README.md readme 2026-03-09 12:17:13 -04:00
requirements.txt init commit 2026-03-09 12:13:33 -04:00

Knights of Columbus QR Code Maker

quickstart

  1. clone repo
  2. cd to repo
  3. python3 -m venv venv
  4. source venv/bin/activate
  5. pip install -r requirements.txt
  6. python3 main <url> <file-name>

url: the url the QR code points to

file-name: the file name you want the qr code saved as. omit the file extension.

The file will be saved at: output/<file-name>.png