sabi-h / qpyr

Python QR Code generator.

Home Page:https://pypi.org/project/qpyr/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 ๐Ÿš€๐Ÿš€๐Ÿš€.

Basic usage

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

# 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.

About

Python QR Code generator.

https://pypi.org/project/qpyr/

License:Apache License 2.0


Languages

Language:Python 100.0%