views:

177

answers:

3

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
Does `pyqr` support decoding?
Constantin
A: 

zxing can decode QR code. There are a couple of python ports that you may wish to check out.

renick
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
I have edited my answer for a pure python implementation. Does this work for you?
pyfunc
@Matt this didnt work for me neither ... i guess i'll have to write my own code than :)
Mitja Felicijan
Please share if you do!
Matt Williamson
also, I wouldn't mind if you checked the checkbox saying this is the correct answer ;)
Matt Williamson
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
Thanks a lot and thanks for checking out my site :D
Matt Williamson