An open API service indexing awesome lists of open source software.

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.

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:***

![SVG IMage](https://raw.githubusercontent.com/Atul-Anand-Jha/QRcode_Generator/040074ffc772855189a46c51f90e42c632ac88fb/MyQR_svg.svg)

***2. PNG FORMAT:***

![PNG IMAGE](https://raw.githubusercontent.com/Atul-Anand-Jha/QRcode_Generator/master/MyQR_png.png)

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