rmqrcode-python icon indicating copy to clipboard operation
rmqrcode-python copied to clipboard

Rectangular Micro QR Code (rMQR Code) Generator in Python

Results 13 rmqrcode-python issues
Sort by recently updated
recently updated
newest added

Please allow embedding for binary data ๐Ÿ™

resolve #38 Commits are separate for adding type hints and refactoring. Type hints have been added to the following places: * Method arguments * Return values โ€‹โ€‹of abstract methods *...

The codes that generated this library with version R13x27 are could not be recognized with QRQR. ## to Reproduce 1. `$ rmqr foo foo.png --version R13x27` 2. scan `foo.png` with...

This fixes the below issues. |Version|ErrorCorrectionLevel|Issue| |:---:|:---:|:---| |`R13x27`|`M`|fix #52| |`R17x43`|`M`|fix #53|

The codes that generated this library with these versions are could not be recognized with QRQR. ## to Reproduce Scan the code generated by the following code: ```python from src.rmqrcode...

When I try to generate codes for version R17x43, the program crashed. ## to Reproduce 1. `$ rmqr foo foo.png --version R17x43` ## error message ``` Traceback (most recent call...