table of contents
other versions
- wheezy-backports 4.0.1-2~bpo70+1
- jessie 5.0.1-1
- unstable 5.3-1
QR(1) | Python QR tool | QR(1) |
NAME¶
qr - script to create QR codes at the command lineSYNOPSIS¶
qr [--help] [--factory=FACTORY] [--optimize=OPTIMIZE] [data]DESCRIPTION¶
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).OPTIONS¶
-h, --helpShow a help message.
Full python path to the image factory class to
create the image with. You can use the following shortcuts to the built-in
image factory classes: pil (default), pymaging, svg, svg-fragment,
svg-path.
Optimize the data by looking for chunks of at
least this many characters that could use a more efficient encoding method.
Use 0 to turn off chunk optimization.
The data from which the QR code will be
generated.
SEE ALSO¶
https://github.com/lincolnloop/python-qrcode/25 Jun 2013 | 4.0.1 |