Skip to content

This project is a QR Code Generator built with Python 3 that creates QR codes from user-provided text or URLs. The program generates a scannable QR code image that can be saved and shared, making it useful for links, contact information, or other data. It uses Python libraries like qrcode to generate the codes and Pillow for image formatting.

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

7 Commits
 
 
 
 
 
 

Repository files navigation

QR Code Generator

This project is a QR Code Generator built with Python 3 that creates QR codes from user-provided text or URLs. The program generates a scannable QR code image that can be saved and shared, making it useful for links, contact information, or other data. It uses Python libraries like qrcode to generate the codes and Pillow for image formatting. This project is ideal for learning about data encoding, image generation, and Python libraries.

📚 Library Used

  • qrcode

⬇️ To install required external modules

  • Run -
    • pip install qrcode or
    • sudo pip install qrcode

🌟 How to run the script

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

📺 Demo

image

About

This project is a QR Code Generator built with Python 3 that creates QR codes from user-provided text or URLs. The program generates a scannable QR code image that can be saved and shared, making it useful for links, contact information, or other data. It uses Python libraries like qrcode to generate the codes and Pillow for image formatting.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages