Skip to content

Latest commit

 

History

History
33 lines (15 loc) · 780 Bytes

README.md

File metadata and controls

33 lines (15 loc) · 780 Bytes

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:

SVG IMage

2. PNG FORMAT:

PNG IMAGE

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 ! :-)