https://github.com/atul-anand-jha/qr-code-generator
A simple python script to generate QR code for any weblink.
https://github.com/atul-anand-jha/qr-code-generator
Last synced: about 2 months ago
JSON representation
A simple python script to generate QR code for any weblink.
- Host: GitHub
- URL: https://github.com/atul-anand-jha/qr-code-generator
- Owner: Atul-Anand-Jha
- License: gpl-3.0
- Created: 2020-07-06T11:07:57.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-06T11:24:17.000Z (almost 5 years ago)
- Last Synced: 2025-01-19T06:46:53.887Z (3 months ago)
- Language: Python
- Size: 14.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QRcode-Generator-Python
A simple python script to generate QR code for any weblink.
## Steps :
> `pip install -r requirements.txt`
> Edit the link given in the script **generate_qr.py**.
Example link used here : "https://couresera.org"
> RUN -- `python generate_qr.py` .
## Output :***1. SVG FORMAT:***

***2. PNG FORMAT:***

## Demo :
**TAKE ANY QR READER OR YOUR CAMERA WITH QR SCANNING ABILITY, AND SCAN THE QR GENERATED CODE ABOVE. SURPRISINGLY, YOU WILL BE REDIRECTED TO COURSERA HOMEPAGE.**
# Amazed ! :-)