Created
November 24, 2018 17:22
-
-
Save lol97/ac452b92c87f7abe4b93c570f9baeb5e to your computer and use it in GitHub Desktop.
qrcode_generator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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