https://github.com/avinashtare/flask-qr-generator
I have created flask and python qr code generator website
https://github.com/avinashtare/flask-qr-generator
flask python qrcode
Last synced: 5 months ago
JSON representation
I have created flask and python qr code generator website
- Host: GitHub
- URL: https://github.com/avinashtare/flask-qr-generator
- Owner: avinashtare
- Created: 2023-12-07T01:07:03.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-07T01:52:37.000Z (over 1 year ago)
- Last Synced: 2025-01-06T20:46:21.722Z (6 months ago)
- Topics: flask, python, qrcode
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flask QR Code Generator
## Overview
This Flask application serves as a QR code generator. It allows users to convert text into QR codes and provides a convenient way to retrieve the generated QR codes.### demo webpage image
## Features
- Generate QR codes from text input.
- Convert generated QR codes to Base64 format.
- Serve QR codes through a Flask web application.## Getting Started
### Install Locally
```console
git clone https://github.com/avinashtare/flask-qr-generator.git
```
```console
cd flask-qr-generator
```
```console
pip install -r requirements.txt
```
```console
python main.py
```
View the website at: http://localhost:3000## Advantages
* Dose't store images on server
* fast to conver qr
* converting base64 url
* you an also store images on server## License
[](https://opensource.org/licenses/MIT)
This project is released under the [MIT License](LICENSE).## Contact
**[[email protected]](mailto:[email protected])**
## Author
**卐🕉 Avinash Tare 🕉 卐**