Easily generate QR code online!
QR Code Generator Online is a web app made with Streamlit used to generate QR code.
- Go to qrcodegeneratoronline.streamlit.app .
- Paste your text/URL.
- Click on Generate button.
- To download, click on the Download button (optional).
- Clone the repository.
git clone https://github.com/nilaysarma/QR-Code-Gen-Online.git
- Install the required packages. Creating a virtual environment is recommended.
pip install -r requirements.txt
- Run the app using streamlit.
streamlit run main.py
- It should open it in your browser at
localhost:8501
.
This repository is licensed under the MIT License.