Skip to content

thevkrant/QR-Code_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

QR code generator using Python

This script take a link of any URL and generate a QR code corresponding to it.

Prerequisites

Python 3

Library Used

To install required external modules

Run pip install qrcode

How to run the script

  • Provide your desired URL in the script
  • Execute python3 QR_code_generator.py

Screenshot showing the sample use of the script

url_qrcode

Author Name

Vikrant