Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 705 Bytes

File metadata and controls

28 lines (16 loc) · 705 Bytes

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