Skip to content

iamSafdarAnsari/QR-Code-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

# 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.


🚀 Features

  • 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.

🛠️ Tech Stack

  • Backend: Python (Flask)
  • Frontend: HTML, CSS
  • Library: qrcode, Pillow

📂 Project Structure

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.


🚀 Features

  • 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.

🛠️ Tech Stack

  • Backend: Python (Flask)
  • Frontend: HTML, CSS
  • Library: qrcode, Pillow

📂 Project Structure

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


⚙️ Installation & Setup

  1. 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?

QR-Code-Generator

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors