testqr.py
Go to the documentation of this file.
00001 import roslib; roslib.load_manifest('pyqrnative')
00002 from pyqrnative import QRCode
00003 
00004 qr = QRCode(20, QRErrorCorrectLevel.L)
00005 qr.addData("http://www.baconsalt.com")
00006 qr.make()
00007 
00008 im = qr.makeImage()
00009 
00010 im.show()


pyqrnative
Author(s): Sam Curren
autogenerated on Mon Dec 2 2013 13:03:50