开发者

Library for encoding and decoding QR Codes using Python

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜