使用Python编码和解码QR码的库
python中有没有用于编码和解码qr码的库。我在 stackoverflow 中搜索了一些旧问题,但有些链接已失效,并且他们提供的一些链接无法正常工作。建议我使用任何 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 not working. suggest me for any python working qr-code library.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
尝试 https://github.com/lincolnloop/python-qrcode。但它仅适用于生成代码。
Try https://github.com/lincolnloop/python-qrcode. It only works for generation of codes though.
尝试pyqrnative。它并没有真正积极地开发,但做了它应该做的事情。它的主要问题是文档不存在。一个非常简短的例子可以在项目的测试代码中看到,而 ros .org 已生成可用类和函数的概述。
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.
一个新来的孩子:http://pyqrcode.sourceforge.net/。必须编译才能拥有它,但看起来不错。
A new kid on the block : http://pyqrcode.sourceforge.net/ . Must compile to have it but seems good.