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

