1QR(1)                           Python QR tool                           QR(1)
2
3
4

NAME

6       qr - script to create QR codes at the command line
7

SYNOPSIS

9       qr [--help] [--factory=FACTORY] [--optimize=OPTIMIZE] [data]
10

DESCRIPTION

12       This  script uses the python qrcode module. It can take data from stdin
13       or from the commandline and generate a QR code.  Normally it will  out‐
14       put the QR code as ascii art to the terminal. If the output is piped to
15       a file, it will output the image (default type of PNG).
16

OPTIONS

18        -h, --help
19           Show a help message.
20
21
22        --factory=FACTORY
23           Full python path to the image factory class  to  create  the  image
24           with.  You  can  use  the following shortcuts to the built-in image
25           factory classes: pil (default), pymaging, svg,  svg-fragment,  svg-
26           path.
27
28
29        --optimize=OPTIMIZE
30           Optimize the data by looking for chunks of at least this many char‐
31           acters that could use a more efficient encoding method.  Use  0  to
32           turn off chunk optimization.
33
34
35        data
36           The data from which the QR code will be generated.
37
38

SEE ALSO

40       https://github.com/lincolnloop/python-qrcode/
41
42
43
44
455.0                               25 Jun 2013                            QR(1)
Impressum