Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 754 Bytes

File metadata and controls

22 lines (13 loc) · 754 Bytes

🚀 QR Code Generator Web App A clean and efficient web application built with Python and Flask that generates QR codes instantly from any text or URL input.

Live Demo: https://qrcode-z24l.onrender.com

✨ Features Instant Generation: Converts URLs or text into high-quality QR codes on the fly.

Mobile Responsive: Optimized for both desktop and smartphone browsers using the viewport meta tag.

In-Memory Processing: Uses io.BytesIO and base64 encoding to serve images directly from RAM, ensuring high performance and zero local file clutter.

Production Ready: Configured with gunicorn for stable deployment on Render.

🛠️ Tech Stack Backend: Python 3.x, Flask

Libraries: qrcode, Pillow

Frontend: HTML5, CSS3

Deployment: Render (Gunicorn)