Skip to content

Instantly share code, notes, and snippets.

@andilabs
Last active August 29, 2015 14:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andilabs/b7a0105d1dd71f57aea5 to your computer and use it in GitHub Desktop.
Save andilabs/b7a0105d1dd71f57aea5 to your computer and use it in GitHub Desktop.
import qrcode
import qrcode.image.svg
img = qrcode.make('http://', image_factory=qrcode.image.svg.SvgImage)
with open('/Users/andi/dupa.svg', 'w') as f:
img.save(f)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment