An open API service indexing awesome lists of open source software.

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!

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.

![QR code generate online](qrcodegeneratoronline.png)

[![Streamlit](https://img.shields.io/badge/Streamlit-%23FE4B4B.svg?style=for-the-badge&logo=streamlit&logoColor=white)](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).