Create QR Codes.


Keywords
qr, qrcode, qrcode-generator, qr-code, python-3, qr-code-generator
License
Apache-2.0
Install
pip install qpyr==0.1.19

Documentation

PyPI - Downloads PyPI Latest Release codecov

QPYR - QR Code Generation in Python

Python package designed for creating QR codes with support for all QR code versions from 1 to 40. Designed for developers looking for a simple way to integrate QR code generation into their Python applications 🚀🚀🚀.

Installation

pip install qpyr

Basic usage

To use the package, import and call the main function:

# Save qrcode as image
import qpyr
qpyr.main("google.com", filepath="qr1.png")
# Show qrcode as image
import qpyr
qpyr.main("google.com", show_image=True)

QR Code

Contributing

Contributions are warmly welcomed! Whether you're tackling a bug, adding a new feature, or improving documentation, your input is invaluable in making this library better.