Skip to content

Add qrprint as CLI application#53

Open
ghost wants to merge 1 commit intomasterfrom
unknown repository
Open

Add qrprint as CLI application#53
ghost wants to merge 1 commit intomasterfrom
unknown repository

Conversation

@ghost
Copy link
Copy Markdown

@ghost ghost commented Jan 17, 2017

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.

```
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.
heuer added a commit to pyqrcode/pyqrcodeNG that referenced this pull request Jun 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants