https://github.com/ramadhanabelio/qrcode-generator
Responsive Web for Generate QR Code
https://github.com/ramadhanabelio/qrcode-generator
flask python python-framework python-library qrcode qrcode-generator scikit-learn tailwindcss web web-app
Last synced: 10 months ago
JSON representation
Responsive Web for Generate QR Code
- Host: GitHub
- URL: https://github.com/ramadhanabelio/qrcode-generator
- Owner: ramadhanabelio
- Created: 2023-10-12T17:27:41.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-16T08:28:23.000Z (about 1 year ago)
- Last Synced: 2025-01-30T04:14:12.973Z (11 months ago)
- Topics: flask, python, python-framework, python-library, qrcode, qrcode-generator, scikit-learn, tailwindcss, web, web-app
- Language: HTML
- Homepage:
- Size: 4.19 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### QR Code Generator | Responsive Web for Generate QR Code with Flask
## 📙 Description
This is one of the projects I created to enhance my knowledge of the Python programming language. This project involves creating a responsive web application for mobile devices. The web application serves as a tool for generating QR codes automatically using Python's built-in libraries. I developed this web application using the Python programming language with the Flask framework to enable the presentation of Python projects in a web interface.

## 📖 Features
Interesting features of QR Code Generator:
1. **Generate QR Code from Provided URL**: The application allows users to easily generate QR Codes by entering a desired URL. The generated QR Code can then be used for quick and convenient sharing or access to the link.
3. **Download the Generated QR Code**: Once a QR Code is created, users can download it as an image file. This feature ensures the QR Code can be saved locally and used for various purposes, such as embedding in documents or sharing offline.
## 🛠️ Project Installation Guide
Following are the steps to run a Flask application:
### Prerequisites
Make sure you have [Python](https://www.python.org/downloads/) installed on your system before starting.
### Steps
**1.** Clone the project repository to your local directory:
```bash
git clone https://github.com/ramadhanabelio/qrcode-generator.git
```
**2.** Navigate to the project directory:
```bash
cd qrcode-generator
```
**3.** Install dependencies using pip:
```bash
pip install -r requirements.txt
```
**4.** Run the Flask application:
```bash
python app.py
```
After following the steps above, the application will run on your local server. You can access it via a web browser using the address provided by Flask (usually http://localhost:5000).
## 🛈 How to Use
1. Open the application in a web browser using the address provided by Flask.
2. Enter the URL you want to convert into a QR Code on the home page.
3. Click the "Generate" button to create the QR Code.
4. Once the QR Code is successfully created, it will be automatically downloaded to your device.
By following the steps above, users can easily generate a QR Code from the desired URL and have it downloaded as a PNG image without the need for additional download steps.