Skip to content

Instantly share code, notes, and snippets.

@e96031413
Created February 21, 2020 11:35
Show Gist options
  • Save e96031413/82b8fcfaef0195653d2eeb5140376729 to your computer and use it in GitHub Desktop.
Save e96031413/82b8fcfaef0195653d2eeb5140376729 to your computer and use it in GitHub Desktop.
Create Your QRCode with 3 lines only
# pip install qrcode
import qrcode
img = qrcode.make("http://yourURL.com")
img.save("QRcode.png")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment