This project is a Python-based QR Code Generator that allows users to create custom QR codes easily. The generator includes two versions: a basic version and an advanced version with additional styling properties. Users can generate QR codes from URLs, text, and other data formats, and save them as image files.
- Generate QR codes from URLs, text, or other data formats.
- Save generated QR codes as image files (PNG, JPEG, etc.).
- Simple and user-friendly command-line interface.
- Advanced version includes customizable QR code colors and error correction levels.
- Python 3.x
qrcode
libraryPillow
library