Skip to content

feat: Add the rmqr command#5

Merged
OUDON merged 3 commits intodevelopfrom
feat/console-script
Jun 12, 2022
Merged

feat: Add the rmqr command#5
OUDON merged 3 commits intodevelopfrom
feat/console-script

Conversation

@OUDON
Copy link
Copy Markdown
Owner

@OUDON OUDON commented Jun 12, 2022

This PR adds the rmqr command.

rmqr 'Text data' 'my_qr.png'

The all options are here.

➜ rmqr -h
usage: rmqr [-h] [--ecc {M,H}] [--version VERSION] [--fit-strategy {min_width,min_height,balanced}]
            DATA OUTPUT

positional arguments:
  DATA                  Data to encode.
  OUTPUT                Output file path

optional arguments:
  -h, --help            show this help message and exit
  --ecc {M,H}           Error correction level. (default: M)
  --version VERSION     rMQR Code version like 'R11x139'.
  --fit-strategy {min_width,min_height,balanced}
                        Strategy how to determine rMQR Code size.

Also the README.md is updated.

@OUDON OUDON added the enhancement New feature or request label Jun 12, 2022
@OUDON OUDON changed the title feat: Use as CLI tool feat: Add the rmqr command Jun 12, 2022
@OUDON OUDON merged commit 22bf8ee into develop Jun 12, 2022
@OUDON OUDON deleted the feat/console-script branch June 12, 2022 07:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant