Skip to content

vyanmadai7/qr-code-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

QR Code Generator

A simple Python script to generate QR codes from text or URLs.

Installation

pip install qrcode[pil]

Usage

python qr_code_generator.py

Enter your data when prompted, and the QR code will be saved as qr_code.png.

Examples

  • URL: https://github.com
  • Email: mailto:email@example.com
  • Wi-Fi: WIFI:T:WPA;S:NetworkName;P:Password;;
  • Plain text: Any text you want to encode

Configuration

Edit the script to customize:

  • version - QR code size (1-40)
  • error_correction - Error correction level (L, M, Q, H)
  • box_size - Pixel size of each box
  • border - Border thickness
  • fill_color / back_color - Colors

License

MIT

About

A simple Python script that generates QR codes from user input and saves them as PNG images.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages