An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# QR code generator

Generate a QR code for a given URL and display it on the webpage.

## Demo

![QR code generator demo](https://github.com/Terieyenike/xata-with-nextjs/assets/25850598/beb23f9f-e90e-405d-b336-60d7fb5b73b4)

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)