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)
- Host: GitHub
- URL: https://github.com/ezaco-dev/qr-code-generator
- Owner: ezaco-dev
- License: mit
- Created: 2025-03-19T15:18:55.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-30T16:48:44.000Z (2 months ago)
- Last Synced: 2025-03-30T17:33:41.252Z (2 months ago)
- Topics: ezaco-dev, flask, lws25, python-tools, python3, qrcode, qrcode-generator
- Language: Python
- Homepage:
- Size: 34.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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
```