Skip to content

Instantly share code, notes, and snippets.

@Allwin12
Created May 17, 2020 07: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 Allwin12/3281bc19faf70ff855b1366f08bef138 to your computer and use it in GitHub Desktop.
Save Allwin12/3281bc19faf70ff855b1366f08bef138 to your computer and use it in GitHub Desktop.
import pyqrcode
data = {
"name": "Spiderman",
"job": "saving the world"
}
qr = pyqrcode.create(str(data))
qr.png('qr.png')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment