Skip to content

Instantly share code, notes, and snippets.

@MaddoxRauch
Created July 28, 2022 02:13
Show Gist options
  • Save MaddoxRauch/bad29754daeef6edd435f84d37700367 to your computer and use it in GitHub Desktop.
Save MaddoxRauch/bad29754daeef6edd435f84d37700367 to your computer and use it in GitHub Desktop.
Create a QR code
import qrcode
img = qrcode.make("https://www.google.com/")
img.save("QR.jpg")
The interpreter will need to have qrcode and pillow installed. Pillow is current updated version fork of now deprecated
PIL (Python Image Library)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment