Skip to content

Instantly share code, notes, and snippets.

@miawgogo
Created August 26, 2015 11:10
Show Gist options
  • Save miawgogo/6d5d2838b732085d8680 to your computer and use it in GitHub Desktop.
Save miawgogo/6d5d2838b732085d8680 to your computer and use it in GitHub Desktop.
Python qrcode example
import qrtools, pyscreeze
img = pyscreeze.screenshot('tempscreen.png')
qr = qrtools.QR()
qr.decode('tempscreen.png')
print qr.data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment