Skip to content

Instantly share code, notes, and snippets.

@ralphbean
Created March 12, 2012 16:48
Show Gist options
  • Select an option

  • Save ralphbean/2023284 to your computer and use it in GitHub Desktop.

Select an option

Save ralphbean/2023284 to your computer and use it in GitHub Desktop.
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