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.
- Host: GitHub
- URL: https://github.com/fardinhash/qrcode-generator-python
- Owner: FardinHash
- Created: 2022-11-26T06:32:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-26T06:48:49.000Z (over 2 years ago)
- Last Synced: 2025-01-14T12:27:43.118Z (4 months ago)
- Topics: pypng, pyqrcode, python, python-qrcode-generator, python3, qrcode, qrcode-generator
- Language: Python
- Homepage: https://pypi.org/project/PyQRCode/
- Size: 2.93 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.