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: 2 months ago
JSON representation
Python-QR is a QR code generator built with Python, Streamlit, and the qrcode library
- Host: GitHub
- URL: https://github.com/rlalpha49/python-qr
- Owner: RLAlpha49
- License: mit
- Created: 2024-05-21T16:51:54.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-27T04:52:08.000Z (over 1 year ago)
- Last Synced: 2025-02-27T05:43:19.353Z (over 1 year ago)
- Topics: python, qr-code, qrcode, qrcode-generator, streamlit, streamlit-webapp
- Language: Python
- Homepage: https://python-qr.streamlit.app
- Size: 487 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.