https://github.com/terieyenike/qr-code-python
Generate a QR code for a given URL and display it on the webpage.
https://github.com/terieyenike/qr-code-python
Last synced: 4 months ago
JSON representation
Generate a QR code for a given URL and display it on the webpage.
- Host: GitHub
- URL: https://github.com/terieyenike/qr-code-python
- Owner: Terieyenike
- Created: 2023-11-14T23:54:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-15T06:38:23.000Z (over 1 year ago)
- Last Synced: 2025-03-11T13:13:16.398Z (4 months ago)
- Language: CSS
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QR code generator
Generate a QR code for a given URL and display it on the webpage.
## Demo

Scan the QR code in the image above to visit the site.
## Installation
1. Clone the repository:
```bash
git clone https://github.com/Terieyenike/qr-code-python
```2. Navigate to the project directory:
```bash
cd qr-code-python
```3. Install the project dependencies:
```bash
pip install -r requirements.txt
```4. Run the application:
```bash
python main.py
```## Tech Stack
- Python
- Flask## Author
- [Teri](https://twitter.com/terieyenike)