No description
| output | ||
| static | ||
| main.py | ||
| README.md | ||
| requirements.txt | ||
Knights of Columbus QR Code Maker
quickstart
- clone repo
- cd to repo
python3 -m venv venvsource venv/bin/activatepip install -r requirements.txtpython3 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