An open API service indexing awesome lists of open source software.

https://github.com/fardinhash/qrcode-generator-python

A quick way to generate the QR Code with any type of texts, url etc. Executed with PyQRCode and pypng module.
https://github.com/fardinhash/qrcode-generator-python

pypng pyqrcode python python-qrcode-generator python3 qrcode qrcode-generator

Last synced: 3 months ago
JSON representation

A quick way to generate the QR Code with any type of texts, url etc. Executed with PyQRCode and pypng module.

Awesome Lists containing this project

README

        

# QRCode-Generator-Python
Generate a QRCode with just 8 lines of python code.
Used PyQRCode module which was created by Michael Nooner. Repo- pyqrcode
Also used pypng module.