https://github.com/ranjan2104/generate-qr-code
A QR code (abbreviated from Quick Response code) is a type of matrix barcode (or two-dimensional barcode[1]) invented in 1994 by the Japanese automotive company Denso Wave.[2] A barcode is a machine-readable optical label that contains information about the item to which it is attached. In practice, QR codes often contain data for a locator, identifier, or tracker that points to a website or application. A QR code uses four standardized encoding modes (numeric, alphanumeric, byte/binary, and kanji) to store data efficiently; extensions may also be used
https://github.com/ranjan2104/generate-qr-code
pyqrcode python
Last synced: 3 months ago
JSON representation
A QR code (abbreviated from Quick Response code) is a type of matrix barcode (or two-dimensional barcode[1]) invented in 1994 by the Japanese automotive company Denso Wave.[2] A barcode is a machine-readable optical label that contains information about the item to which it is attached. In practice, QR codes often contain data for a locator, identifier, or tracker that points to a website or application. A QR code uses four standardized encoding modes (numeric, alphanumeric, byte/binary, and kanji) to store data efficiently; extensions may also be used
- Host: GitHub
- URL: https://github.com/ranjan2104/generate-qr-code
- Owner: Ranjan2104
- License: gpl-3.0
- Created: 2021-06-01T05:19:06.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-01T05:22:54.000Z (almost 4 years ago)
- Last Synced: 2025-01-08T16:31:58.227Z (4 months ago)
- Topics: pyqrcode, python
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Generate QR Code
A QR code (abbreviated from Quick Response code) is a type of matrix barcode (or two-dimensional barcode[1]) invented in 1994 by the Japanese automotive company Denso Wave.[2] A barcode is a machine-readable optical label that contains information about the item to which it is attached. In practice, QR codes often contain data for a locator, identifier, or tracker that points to a website or application. A QR code uses four standardized encoding modes (numeric, alphanumeric, byte/binary, and kanji) to store data efficiently; extensions may also be used