Skip to content

sabi-h/qpyr

Repository files navigation

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.