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.
✅ Generate QR codes instantly from text or URLs
✅ Download QR codes as PNG
✅ Simple and lightweight web UI
pkg install python3 git qrencode zbarimg zbar
apt install python3 git qrencode zbarimg zbar
git clone https://github.com/ezaco-dev/QR-Code-generator.git
pip install -r requirements.txt
python3 app.py