Generate custom QR codes with colors and logos. Supports URL, text, email, phone, and WiFi.
pip install qrcode pillow opencv-python
python qr_generator.py
- Generate QR codes for URL, text, email, phone number, WiFi
- Custom foreground/background colors
- Optional logo overlay in the center
- Export to PNG, SVG, PDF
- Batch generation from a CSV file (one URL per line)
- History of the last 10 generated codes
- Live QR code scanner using your webcam (OpenCV)
Python 3 β’ Tkinter β’ qrcode β’ Pillow