Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-07T01:52:37.000Z (about 1 year ago)
- Last Synced: 2024-11-10T07:40:39.911Z (2 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
![{4A8E6D59-D413-4A53-AD84-468BE18F631C}](https://github.com/avinashtare/flask-qr-generator/assets/88629099/1c861802-e64c-4b90-a6e8-726229e072a3)## 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
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
This project is released under the [MIT License](LICENSE).## Contact
**[[email protected]](mailto:[email protected])**
## Author
**卐🕉 Avinash Tare 🕉 卐**