Is there any library in python for encoding and decoding qr codes. i have searched some old questions in stackoverflow but some links are dead and some links they have given were not working. suggest me for any python working qr-code library.

Thanks

link|improve this question

65% accept rate
Have you seen this thread stackoverflow.com/questions/3602645/… ? – lc2817 Oct 16 '11 at 22:02
tried all the things but no luck .... tried qrtools,pyqrcodec and qrcode in git – Sunny Oct 16 '11 at 22:07
feedback

2 Answers

Try pyqrnative. It's not really actively being developed, but does what it should do. The main issue with it is that the documentation is kind of non-existent. A very brief example can be seen in the project's test code, while ros.org has generated an overview of the available classes and functions.

link|improve this answer
feedback

Try https://github.com/lincolnloop/python-qrcode. It only works for generation of codes though.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.