Skip to content

Generating QR Code using Python. Python is a programming language that provides different modules and packages that allow us to generate a QR code. For this tutorial, we will be working with the qrcode package in order to generate the code.

Notifications You must be signed in to change notification settings

shubham-rasal-123/QR-Code-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

QR Code Generator

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

📚 Library Used

qrcode

⬇️ To install required external modules

  • Run -
pip install qrcode
  • Otherwise -
sudo pip install qrcode

🌟 How to run the script

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

📺 Demo

image

About

Generating QR Code using Python. Python is a programming language that provides different modules and packages that allow us to generate a QR code. For this tutorial, we will be working with the qrcode package in order to generate the code.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages