Skip to content

Instantly share code, notes, and snippets.

@lol97
Created November 24, 2018 17:22
Show Gist options
  • Select an option

  • Save lol97/ac452b92c87f7abe4b93c570f9baeb5e to your computer and use it in GitHub Desktop.

Select an option

Save lol97/ac452b92c87f7abe4b93c570f9baeb5e to your computer and use it in GitHub Desktop.
qrcode_generator
import pyqrcode
code = pyqrcode.create("lakad matatag2")
code.png("hasil.png",scale=6)
code.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment