Skip to content

A simple Python script to generate QR codes using the `qrcode` library.

Notifications You must be signed in to change notification settings

inform2sajin/QR-Code-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Python QR Code Generator πŸπŸ”³

A simple Python script to generate QR codes using the qrcode library. πŸ“·πŸ’»πŸ“±

πŸ“‹ Description

This script creates a QR code that links to my GitHub profile. It demonstrates:

  • Basic usage of the qrcode library
  • Customization options (size, colors, borders)
  • Saving the generated QR code as a PNG image

πŸš€ How to Use

  1. Install dependencies:
    pip install qrcode[pil]
  2. Run the Script python qr.py
  3. The QR will be saved as 'githubimg.png' in your working directory

##βš™οΈ Customization You can easily modify the script to: πŸ’»πŸπŸ”³

  • Change the target URL
  • Adjust the QR code size (box_size)
  • Change colors (fill_color, back_color)
  • Modify the border size

❀️ Install any QR scanner app on your phone or device.❀️ πŸ–ΌοΈ Scan the QR code πŸ”³ QR-Code-Generator

About

A simple Python script to generate QR codes using the `qrcode` library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages