Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wklken/flask-qrcode-demo
flask + python-qrcode, a simple service demo:)
https://github.com/wklken/flask-qrcode-demo
Last synced: 3 days ago
JSON representation
flask + python-qrcode, a simple service demo:)
- Host: GitHub
- URL: https://github.com/wklken/flask-qrcode-demo
- Owner: wklken
- Created: 2015-03-09T14:40:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-03-10T03:45:12.000Z (over 9 years ago)
- Last Synced: 2024-04-16T04:46:26.352Z (7 months ago)
- Language: Python
- Size: 117 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
flask qrcode service demo
===========================Just a simple demo of qrcode generate service!
url with params => return png response
### deploy
```
pip install -r requirements.txtpython run.py
#http://127.0.0.1:8000/qrcode?data=http://www.baidu.com&ecl=H&v=1&border=1&size=200
```### dependency
- [flask](https://github.com/mitsuhiko/flask)
- [python-qrcode](https://github.com/lincolnloop/python-qrcode)
- [pillow](https://github.com/python-pillow/Pillow)