https://github.com/nilaysarma/qr-code-gen-online
Easily generate QR code online!
https://github.com/nilaysarma/qr-code-gen-online
python qrcode-generator streamlit webapp
Last synced: about 2 months ago
JSON representation
Easily generate QR code online!
- Host: GitHub
- URL: https://github.com/nilaysarma/qr-code-gen-online
- Owner: nilaysarma
- License: mit
- Created: 2025-03-31T04:40:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-31T05:57:14.000Z (about 1 year ago)
- Last Synced: 2025-03-31T06:24:10.685Z (about 1 year ago)
- Topics: python, qrcode-generator, streamlit, webapp
- Language: Python
- Homepage: https://qrcodegeneratoronline.streamlit.app
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QR Code Generator Online
Easily generate QR code online!
QR Code Generator Online is a web app made with Streamlit used to generate QR code.

[](https://qrcodegeneratoronline.streamlit.app)
## 🌐 Run Online
1. Go to [qrcodegeneratoronline.streamlit.app](https://qrcodegeneratoronline.streamlit.app) .
2. Paste your **text/URL**.
3. Click on **Generate** button.
4. To download, click on the **Download** button *(optional)*.
## 🖥️ Run Locally
1. Clone the repository.
```sh
git clone https://github.com/nilaysarma/QR-Code-Gen-Online.git
```
2. Install the required packages. Creating a virtual environment is recommended.
```sh
pip install -r requirements.txt
```
3. Run the app using streamlit.
```sh
streamlit run main.py
```
4. It should open it in your browser at `localhost:8501` .
## 📄 LICENSE
This repository is licensed under the [MIT License](LICENSE).