Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rlalpha49/python-qr

Python-QR is a QR code generator built with Python, Streamlit, and the qrcode library
https://github.com/rlalpha49/python-qr

python qr-code qrcode qrcode-generator streamlit streamlit-webapp

Last synced: about 2 months ago
JSON representation

Python-QR is a QR code generator built with Python, Streamlit, and the qrcode library

Awesome Lists containing this project

README

        

# Python-QR

This is a small project I thought of to try out Streamlit.

Python-QR is a QR code generator built with Python, Streamlit, and the qrcode library.

Demo: [Python-QR](https://python-qr.streamlit.app)

## Features

- Generate QR codes with custom data
- Support for dynamic QR codes
- Download QR codes in various image formats

## Installation

Ensure you have Python 3.9.8 or later installed. Then, install the project dependencies:

```bash
poetry install
```

## Usage
To start the Streamlit app, run the following command:

```bash
streamlit run .\Python-QR\app.py
```

Then, open your web browser to http://localhost:8501 to use the application.

## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.