Skip to content

Latest commit

 

History

History
47 lines (37 loc) · 843 Bytes

File metadata and controls

47 lines (37 loc) · 843 Bytes

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

pkg install python3 git qrencode zbarimg zbar
  • on linux

apt install python3 git qrencode zbarimg zbar

2. Clone the Repository

git clone https://github.com/ezaco-dev/QR-Code-generator.git

3. install pip package

pip install -r requirements.txt

4. run the server

python3 app.py