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.
- 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.
This script requires the following Python libraries:
qrcode
- To generate QR codes.Pillow
- For image manipulation and saving.
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