A modern, dark-mode GUI desktop application for generating and scanning QR codes β built with Python & CustomTkinter.
- π³ Generate QR codes from any text or URL
- πΎ Save generated QR codes as PNG images
- π· Scan & decode QR codes from image files
- π Auto-detect URLs β click decoded links to open in browser
- π Sleek dark mode UI built with CustomTkinter
- Python 3
- CustomTkinter (modern GUI framework)
- pyqrcode (QR code generation)
- pyzbar (QR code decoding)
- Pillow / PIL (image processing)
git clone https://github.com/Vishesh233/QR-code-in-python
pip install customtkinter pyqrcode pyzbar pillow
python main.py
Vishesh Khanna π linkedin.com/in/vishesh-khanna-210361252

