https://github.com/tehran-lancer/qrcode-with-flask
https://github.com/tehran-lancer/qrcode-with-flask
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tehran-lancer/qrcode-with-flask
- Owner: Tehran-Lancer
- Created: 2024-06-16T12:42:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-19T11:39:43.000Z (about 2 years ago)
- Last Synced: 2025-01-30T11:23:35.350Z (over 1 year ago)
- Language: HTML
- Size: 2.69 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
QR Code Generation Project with Flask
This project is developed using the Flask micro-framework and the qrcode library. In this project, users can generate a QR Code with their desired features.
Features:
Project Goals:
This project is suitable for individuals at the beginning of their journey learning the Flask micro-framework. By reviewing the code of this project, users can:
Installation and Setup:
Clone the repository :
git clone https://github.com/TehranLancer1/QR-Code-With-Flask.git
Navigate to the project directory :
cd QR-Code-With-Flask
Install the dependencies
pip install -r requirements.txt
Run the development server:
flask run
Usage:
After running the server, open your browser and go to http://127.0.0.1:5000. You can generate your desired QR Codes.
Contribution:
The project is open-source, and contributions to improve it are welcome. To contribute, you can fork the repository and submit pull requests.