
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 🚀🚀🚀.
Basic usage
To use the package, import and call the main function as follows:
import qpyr
qpyr.main("google.com", filepath="qr1.png")
import qpyr
qpyr.main("google.com", show_image=True)
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.