# QR-Code-Generator
QuickQR is a simple Flask web app that allows users to generate QR codes from any text or URL.
The generated QR code is displayed directly on the page and can be saved for later use.
- Enter any text or URL to generate a QR code.
- Displays QR code instantly on the webpage.
- Mobile-friendly responsive design.
- Built with Flask (Python) and qrcode library.
- Backend: Python (Flask)
- Frontend: HTML, CSS
- Library: qrcode, Pillow
QuickQR is a simple Flask web app that allows users to generate QR codes from any text or URL.
The generated QR code is displayed directly on the page and can be saved for later use.
- Enter any text or URL to generate a QR code.
- Displays QR code instantly on the webpage.
- Mobile-friendly responsive design.
- Built with Flask (Python) and qrcode library.
- Backend: Python (Flask)
- Frontend: HTML, CSS
- Library: qrcode, Pillow
QR-Code-Generator/ │── app.py # Flask backend │── templates/ │ └── index.html # Frontend template │── static/ # (Optional: CSS/JS/images if needed) │── requirements.txt # Python dependencies │── README.md # Documentation
- Clone the repository
git clone https://github.com/yourusername/QuickQR.git cd QuickQR Install dependencies
pip install -r requirements.txt
Run the Flask app
python app.py
Open in browser Go to: http://127.0.0.1:5000/
Future Improvements
Add Download QR Code button.
Allow custom colors for QR codes.
Support SVG output along with PNG.
Deploy on Heroku / PythonAnywhere / Render. 📦 Requirements
Contents of requirements.txt:
Flask qrcode[pil]
Author
Md Safadr ansri 📧 ansariwork166@example.com 🌐https://iamsafdarportfolio.netlify.app/
👉 Do you want me to also generate a requirements.txt file for you so the project is ready-to-run?