heuer / segno

Python QR Code and Micro QR Code encoder
https://pypi.org/project/segno/
BSD 3-Clause "New" or "Revised" License
620 stars 54 forks source link

Special factory functions for geo location, WiFi etc.? #19

Closed heuer closed 8 years ago

heuer commented 8 years ago
>>> from segno import xxx
>>> geo_qr = xxx.from_geo(lat=38.8976763, lang=-77.0365297)
>>> bookmark_qr = xxx.from_bookmark('http://www.example.org/')
>>> wifi_qr = xxx.from_wifi(ssid='network', password='admin', type='wpa')
[...]
heuer commented 8 years ago

See also: