Skip to content

The QR Code Generator is a Python script that creates customizable QR codes for any URL, allowing users to modify foreground and background colors.

License

Notifications You must be signed in to change notification settings

abhinavdwivedi05/QR_Code_Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QR Code Generator

A simple Python script for generating QR codes with optional customization. Users can create QR codes for any link and customize the QR code's foreground and background colors.

Features

  • Generate QR codes for any URL.
  • Save the QR code as an image file.
  • Option to customize the QR code's foreground and background colors.

Requirements

This script requires the following Python libraries:

  • qrcode - To generate QR codes.
  • Pillow - For image manipulation and saving.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Install the dependencies using pip:

pip install qrcode[pil]
pip install pillow

About

The QR Code Generator is a Python script that creates customizable QR codes for any URL, allowing users to modify foreground and background colors.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages