https://github.com/zehengl/ez-qrcode-generator
A Python application to generate QR Code
https://github.com/zehengl/ez-qrcode-generator
flask python python-qrcode
Last synced: 21 days ago
JSON representation
A Python application to generate QR Code
- Host: GitHub
- URL: https://github.com/zehengl/ez-qrcode-generator
- Owner: zehengl
- License: mit
- Created: 2019-08-21T17:23:42.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2026-02-21T00:07:46.000Z (4 months ago)
- Last Synced: 2026-02-21T06:12:24.459Z (4 months ago)
- Topics: flask, python, python-qrcode
- Language: HTML
- Homepage: http://bit.ly/ez-qrcode-generator
- Size: 141 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ez-qrcode-generator

A Python application to generate QR Code
## Environment
- Python 3.9
- Windows 10
## Install
python -m venv .venv
.\.venv\Scripts\activate
python -m pip install -U pip
pip install -r requirements.txt
> Use `pip install -r requirements-dev.txt` for development.