Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python QR Code Generator

Python Platform License

A Python program that generates customizable QR codes using the qrcode library.

Users can:

  • Enter any URL
  • Choose from multiple color themes
  • Save the QR code as a PNG image

Preview

QR code themes:

  • Classic black & white

- Blue

- Pink

- Green

Installation

Install dependencies:

pip install qrcode[pil]

Usage

Run the program:

python QR_generator.py

Example interaction:

Welcome to my Python QRCode class wrapper program!

Enter the url of the qrcode you want to generate:
https://example.com

Pick a style(classic, blue, pink, green):
blue

Name the png file you want to save your qr code to:
my_qr

The program will generate:

my_qr.png

Technologies Used

  • Python
  • qrcode
  • Pillow (PIL)

Future Improvements

  • Add more color themes
  • GUI version
  • Custom QR code sizes
  • Add logo/image embedding
  • Validate URLs before generation

About

A Python program that generates customizable QR codes using the qrcode library.

Resources

Stars

Watchers

Forks

Contributors

Languages