rushendrababu / QR_for_URL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Python 100.0%