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开发者_Python百科 not working. suggest me for any python working qr-code library.
Thanks
Try https://github.com/lincolnloop/python-qrcode. It only works for generation of codes though.
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.
A new kid on the block : http://pyqrcode.sourceforge.net/ . Must compile to have it but seems good.
精彩评论