You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Marek Baczynski
c9a11a62f1
|
6 years ago | |
---|---|---|
.gitignore | 6 years ago | |
links.json | 6 years ago | |
qr.py | 6 years ago | |
readme.md | 6 years ago |
readme.md
#qr-labels A simple service for making QR labels with URL links that can be dynamically configured.
##Intended use A set of QR codes is generated and printed as generic link-labels. The labels are standard URLs and work with generic QR scanninc apps. The URLs point to the address of the qr-label server and provide a short, unique identification tag. When a label is scanned for the first time, the system allows to assign a link to that tag. Once the link is assigned, the service will always issue a HTTP 301 redirect on that unique tag, to instantly display the intended page.
##Requirements Python, and the following packages:
- flask
- flask-login
- qrcode