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
- Generate QR codes with custom data
- Support for dynamic QR codes
- Download QR codes in various image formats
Ensure you have Python 3.9.8 or later installed. Then, install the project dependencies:
poetry installTo start the Streamlit app, run the following command:
streamlit run .\Python-QR\app.pyThen, open your web browser to http://localhost:8501 to use the application.
This project is licensed under the MIT License - see the LICENSE file for details.