Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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:)

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.txt

python 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)