QR-Code Generator for numeric QR-Codes in Python
Using python-qrcode: https://pypi.org/project/qrcode & https://github.com/lincolnloop/python-qrcode
- Clone or download the python-qrcode-generator repository
- Open your Terminal and change your working directory to the directory where you want to generate your QRCodes
- Run the generate_qrcodes.py file with your arguments
Argument | Description | Position |
---|---|---|
File Type | Can be "png" or "svg" | 1 |
First | First QRCode number | 2 |
Last | Last QRCode number | 3 |
[Box Size] | Box Size for the generated QRCodes | 4 |
- The default Box Size is is 10 (== 1mm per rectangle)
python3 generate_qrcodes.py "png" 1 10
python3 generate_qrcodes.py "svg" 42 42
python3 generate_qrcodes.py "png" 1111 2222 42
python3 storehere/python-qrcode-generator/generate_qrcodes.py "png" 1 10
The QRCodes are going to be stored in your current directory e.g. storehere/