Skip to content

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

Notifications You must be signed in to change notification settings

bin0810/qrcode-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published