QR(1) | Python QR tool | QR(1) |
qr - script to create QR codes at the command line
qr [--help] [--factory=FACTORY] [--optimize=OPTIMIZE] [--error-correction=LEVEL] [data]
This script uses the python qrcode module. It can take data from stdin or from the commandline and generate a QR code. Normally it will output the QR code as ascii art to the terminal. If the output is piped to a file, it will output the image (default type of PNG).
-h, --help
--factory=FACTORY
--optimize=OPTIMIZE
--error-correction=LEVEL
data
https://github.com/lincolnloop/python-qrcode/
6 Feb 2023 | 7.4.2 |