Skip to content

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

Contributors

Languages