使用Python编码和解码QR码的库

发布于 2024-12-09 21:28:20 字数 118 浏览 0 评论 0原文

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

空气里的味道 2024-12-16 21:28:20

尝试 https://github.com/lincolnloop/python-qrcode。但它仅适用于生成代码。

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

终弃我 2024-12-16 21:28:20

尝试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.

心在旅行 2024-12-16 21:28:20

一个新来的孩子:http://pyqrcode.sourceforge.net/。必须编译才能拥有它,但看起来不错。

A new kid on the block : http://pyqrcode.sourceforge.net/ . Must compile to have it but seems good.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文