A simple and efficient web application built with Flask that generates QR codes from URLs. Just paste a link, click a button, and get a ready-to-use QR code instantly!
- 🔗 Convert URLs to QR codes instantly
- 🧠 Automatically generates unique filenames (based on timestamp)
- 🗂️ Saves QR codes in a static folder for access and download
- 🖼️ Display QR code image on the web page
- 💡 Minimal, clean, and easy-to-use UI
- Backend: Flask (Python)
- Frontend: HTML (via Jinja2 templating)
- QR Code Generator:
qrcodePython library
