A Flask-powered web app for custom QR code creation
Back to PortfolioThis QR Code Generator is a web application that lets users create downloadable QR codes from text or URLs. Built with Flask for the backend and a simple HTML/CSS/JavaScript frontend, it offers customization options like size, background color, and file format (PNG, SVG). With a dark mode toggle and responsive design, it’s both user-friendly and versatile across devices.
/
(index), /generate
(POST), /download
(file serving)qrcode.QRCode
creates images with version=1
, ERROR_CORRECT_L
, custom size, and colorsstatic/qr_codes/
as PNG or SVG, serves via send_file
Clone the repo, install dependencies, and run app.py
! See GitHub for setup.