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

https://github.com/ezaco-dev/qr-code-generator

tools python - qr code generator - LWS25 Project by ezaco (Local Web Software)
https://github.com/ezaco-dev/qr-code-generator

ezaco-dev flask lws25 python-tools python3 qrcode qrcode-generator

Last synced: about 2 months ago
JSON representation

tools python - qr code generator - LWS25 Project by ezaco (Local Web Software)

Awesome Lists containing this project

README

        

# QR Code Generator
# LWS25 🔲➡️📲

### 🎯 About
QR Code Generator is part of the **Local Web Software 2025 (LWS25)** project, designed to create QR codes from text or URLs quickly and offline using Flask and qrcode.

---

---

## ⚡ Features
✅ Generate QR codes instantly from text or URLs
✅ Download QR codes as PNG
✅ Simple and lightweight web UI

---

# 🚀 Installation
## 1. installing package
- ### on termux
```bash
pkg install python3 git qrencode zbarimg zbar
```
- ### on linux
```bash
apt install python3 git qrencode zbarimg zbar
```
---

## 2. Clone the Repository
```bash
git clone https://github.com/ezaco-dev/QR-Code-generator.git
```

---

## 3. install pip package
```bash
pip install -r requirements.txt
```
---
## 4. run the server
```bash
python3 app.py
```