mnooner256 / pyqrcode

Python 3 module to generate QR Codes
BSD 3-Clause "New" or "Revised" License
410 stars 76 forks source link

Add qrprint as CLI application #53

Open ghost opened 7 years ago

ghost commented 7 years ago
usage: qrprint [-h] [--module_color MODULE_COLOR] [--background BACKGROUND]
               [--quiet_zone QUIET_ZONE]
               text

positional arguments:
  text                  text for QR code

optional arguments:
  -h, --help            show this help message and exit
  --module_color MODULE_COLOR
                        Sets QR code data module color
  --background BACKGROUND
                        Sets QR code background
  --quiet_zone QUIET_ZONE
                        Sets QR code quiet zone

Also make setup.py slightly more flake8 compatible. Marked as 1.2.2.