FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

python-mini-projects/projects/Qr_code_generator at master · Python-World/python-mini-projects · GitHub

This repository was archived by the owner on May 25, 2022. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

QR code generator using Python

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

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 generate_qrcode.py

Screenshot/GIF showing the sample use of the script


Back | FazBrowse Home | New Git URL