Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 644 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 644 Bytes

qrcode-tools

a simple tool is dev by python-flask for scan QR code and QR code recognition

Screenshots

image

Quick Start

Github

$ git clone https://github.com/bin0810/qrcode-tools.git
$ cd qrcode-tools
$ pip install -r requirements.txt
$ python app.py

Docker

$ git clone https://github.com/bin0810/qrcode-tools.git
$ cd qrcode-tools
$ docker build -t bin/qrcode-tools:1.0 .
$ docker run -it -d --name qrcode-tools -v /home/qr_code/static:/qr_scan/static -p 5000:5000 --restart=always  bin/qrcode-tools:1.0