Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gill-singh-a/qr-code-generator
A Program that generates QR Code Images from the given data
https://github.com/gill-singh-a/qr-code-generator
computer-vision opencv python python3 qrcode qrcode-generator
Last synced: 6 days ago
JSON representation
A Program that generates QR Code Images from the given data
- Host: GitHub
- URL: https://github.com/gill-singh-a/qr-code-generator
- Owner: Gill-Singh-A
- Created: 2023-04-21T06:47:26.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-05-14T16:33:20.000Z (over 1 year ago)
- Last Synced: 2024-11-09T13:23:20.278Z (2 months ago)
- Topics: computer-vision, opencv, python, python3, qrcode, qrcode-generator
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QR Code Generator
A Program that generates QR Code Images from the given data.## Requirements
Language Used = Python3
Modules/Packages used:
* qrcode
* datetime
* optparse
* time
* colorama## Input
It takes the following arguments from the command that is used to run the Python Program:
* '-d', "--data" : Data to store in the QR Code
* '-s', "--save" : Name of the Image file to save the Generated QR Code
* '-l', "--load" : Load data from the given file## Output
It generates the QR Code from the given data and saves it into an image with the specified name, or if the name is not specified then the image is saved with name as the current date and time.
The Format of the Image File would be ".png".