adafruit_miniqr
A non-hardware dependant miniature QR generator library. All native Python!
Author(s): ladyada
Implementation Notes
Hardware:
Any!
Software and Dependencies:
Python 3
- class adafruit_miniqr.QRBitBuffer
Storage class for a length of individual bits
- class adafruit_miniqr.QRCode(*, qr_type: int | None = None, error_correct: int = 1)
The generator class for QR code matrices
- class adafruit_miniqr.QRPolynomial(num: int, shift: int)
Structure for creating and manipulating error code polynomials
- multiply(other_polynomial: QRPolynomial) QRPolynomial
Multiply two polynomials, returns a new one
- class adafruit_miniqr.QRUtil
A selection of bit manipulation tools for QR generation and BCH encoding
- static get_error_correct_polynomial(ecc_length: int) QRPolynomial
Generate a ecc polynomial