This web application allows users to generate custom QR codes from text, URLs, or other data. It's a simple and interactive tool built using Flask, offering an intuitive interface for creating and downloading QR codes.
- Customizable QR Codes: Generate QR codes from text, URLs, or other user-input data.
- Instant QR Code Generation: QR codes are generated instantly after submission.
- Download Option: Users can download their generated QR code as an image file.
- Responsive Design: The app is designed to be user-friendly on both desktop and mobile devices.
- Flask Backend: Built using Flask to handle requests and render dynamic content.
- Python (Flask for the web framework)
- HTML/CSS (For the user interface)
- QRCode Python Library (For generating QR codes)
-
Clone this repository to your local machine:
git clone https://github.com/yourusername/qr-code-generator.git
-
Navigate to the project directory:
cd qr-code-generator
-
Install the required dependencies:
pip install -r requirements.txt
-
Run the Flask application:
python app.py
-
Open your browser and navigate to
http://127.0.0.1:5000/
to access the app.
- Enter the text or URL you want to convert into a QR code.
- Click the "Generate QR Code" button to instantly generate the QR code.
- Download the generated QR code image for your use.
Feel free to fork this repository, open issues, or submit pull requests. Contributions are always welcome!
This project is licensed under the MIT License - see the LICENSE file for details.
This README is ready to go with placeholders for your screenshot and instructions for anyone who wants to use or contribute to the project.