Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rlalpha49/python-qr
- Owner: RLAlpha49
- License: mit
- Created: 2024-05-21T16:51:54.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-11-07T04:54:30.000Z (2 months ago)
- Last Synced: 2024-11-07T05:32:24.013Z (2 months ago)
- Topics: python, qr-code, qrcode, qrcode-generator, streamlit, streamlit-webapp
- Language: Python
- Homepage: https://python-qr.streamlit.app
- Size: 405 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.