Skip to content

This Python project generates a QR code using the qrcode library and customizes its appearance with the PIL library. The script creates a red QR code with a white background and saves it as an image file (qrcode.png).

Notifications You must be signed in to change notification settings

Ritik-Tyagi/QrCode_creater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

QR Code Generator

This project demonstrates how to generate QR codes using Python. By utilizing the qrcode library along with PIL (Python Imaging Library), it creates a QR code containing the text "hello guys" and saves it as an image file.

Features

  • Generate QR codes with customizable settings (e.g., error correction, box size, border).
  • Customize QR code color.
  • Save the generated QR code as an image file.

Requirements

  • Python 3.x
  • qrcode library
  • Pillow library (for image handling)

Installation

  1. Install the required libraries:
    pip install qrcode[pil] Pillow

About

This Python project generates a QR code using the qrcode library and customizes its appearance with the PIL library. The script creates a red QR code with a white background and saves it as an image file (qrcode.png).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages