Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/j4didi/qr-code-generator
Generate personalized QR code
https://github.com/j4didi/qr-code-generator
bootstrap css html javascript python qr qr-code qrcode qrcode-generator
Last synced: 8 days ago
JSON representation
Generate personalized QR code
- Host: GitHub
- URL: https://github.com/j4didi/qr-code-generator
- Owner: j4didi
- License: mit
- Created: 2024-07-26T13:54:15.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-16T09:21:59.000Z (5 months ago)
- Last Synced: 2024-11-17T07:16:48.645Z (2 months ago)
- Topics: bootstrap, css, html, javascript, python, qr, qr-code, qrcode, qrcode-generator
- Language: HTML
- Homepage:
- Size: 85 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QR Code Generator
A simple QR Code generator built with Python and Flask. This project allows users to create QR codes from input text, URL, or other data. The generated QR codes can be displayed on a web page and downloaded as image files.
### An example of a QR Code:![an example of QR code generator](MainPage.png)
## Installation
1. Clone the repository.
2. Download Bootstrap and Bootstrap Icons:
- Download Bootstrap and Bootstrap Icons files from [https://getbootstrap.com/](https://getbootstrap.com/).
- Save the Bootstrap files in a folder named `bootstrap` and the Bootstrap Icons in a folder named `bootstrap-icons` within the `static` directory of your project.
3. Run the Application (`QR-Code.py`).
4. Access the Application:
- Open your web browser and navigate to `http://localhost:5000` to use the application.
5. Enjoy Creating QR Codes!