Created
March 12, 2012 16:48
-
-
Save ralphbean/2023284 to your computer and use it in GitHub Desktop.
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 tw2.qrcode | |
| my_qrcode = tw2.qrcode.QRCodeWidget( | |
| id="demoqr", | |
| data="Test text qrcode. This has a lot of data in it.", | |
| level=9, | |
| width=300, | |
| ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment