A simple and elegant QR code generator web application built with Python Flask that can be deployed on Vercel.
- 🔳 Generate QR codes from any text or URL
- 🎨 Modern, responsive UI with gradient design
- ⚡ Fast and lightweight
- 🚀 Deployed on Vercel
- Install dependencies:
pip install -r requirements.txt- Run the application:
python api/index.py- Open your browser and navigate to
http://localhost:5000
- Install Vercel CLI:
npm i -g vercel- Deploy:
vercel- Enter any text or URL in the input field
- Click "Generate QR Code"
- Your QR code will be displayed instantly
- Scan the QR code with your mobile device
- Backend: Python Flask
- QR Code Generation: qrcode library with Pillow
- Deployment: Vercel
- Frontend: HTML/CSS (embedded in template)