I was wondering if there is a good library for python for decoding QR code. Basically what I would like is to give library image with QR code on it and the library would output contents saved in image.
A:
Have you already looked at : http://pyqrcode.sourceforge.net/
If code compiling does not work for you, then there is also pure python implementation at : http://github.com/hcvst/pyqr
pyfunc
2010-08-30 17:28:11
Does `pyqr` support decoding?
Constantin
2010-08-30 20:26:18
A:
zxing can decode QR code. There are a couple of python ports that you may wish to check out.
renick
2010-08-30 17:28:17
A:
I've looked before with no success. Two problems are that native c code can't be compiled and you can't get access to the file system.
pyqrcode didn't work out and neither did zxing.
Matt Williamson
2010-08-30 17:31:24
I have edited my answer for a pure python implementation. Does this work for you?
pyfunc
2010-08-30 17:37:01
@Matt this didnt work for me neither ... i guess i'll have to write my own code than :)
Mitja Felicijan
2010-08-30 18:22:11
also, I wouldn't mind if you checked the checkbox saying this is the correct answer ;)
Matt Williamson
2010-08-30 18:41:22
Sure thing ... just started on it ... first the reading part and then coding ... i'll put my progress here and i'll share the code with you ...
Mitja Felicijan
2010-08-30 18:41:24