使用 python for windows 生成 qrcode 生成器

发布于 2024-09-26 14:13:44 字数 90 浏览 3 评论 0原文

我正在寻找 python 窗口版本的 qrcode 生成器。谁能帮我找出来。

我什么也没得到。

请帮我。

谢谢, 马努

I am looking for qrcode generator for python window version. Can anyone help me to find out.

I didn't get anywhere.

Please help me.

Thanks,
manu

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(5

╭ゆ眷念 2024-10-03 14:13:44

要么你必须

  1. 自己编译;或者
  2. 如果您只需要生成代码(即编码但不需要解码),请使用 pyqrencode您可以从 PyPi 获取(例如 pip install pyqrencode

如果您没有 pip,我建议您首先安装 setuptools 然后使用 easy_install 来安装 pip (当然,你可以通过执行 easy_install pyqrencode 来走捷径

either you have to

  1. Compile it yourself; or
  2. if you only need to generate the codes (i.e. encoding but no decoding), use pyqrencode that you can get from PyPi (e.g. pip install pyqrencode)

If you don't have pip, I suggest you start by installing setuptools and then use easy_install to install pip (of course, you can cut corners by just doing an easy_install pyqrencode

っ左 2024-10-03 14:13:44

尝试使用 pyqrnative,它是现有 Javascript 库的 Python 端口,用于生成 QR 码。

http://code.google.com/p/pyqrnative/

  • 基督教

Try pyqrnative it's a Python port of an existing Javascript library to generate QR Codes.

http://code.google.com/p/pyqrnative/

  • Christian
花伊自在美 2024-10-03 14:13:44

自称黑客的 pyqrcode 似乎既可以解码也可以编码。编码是用 C++ 编写的,解码是用 Java 编写的。 Python 将它们粘合在一起。

The self-proclaimed hackish pyqrcode seems to do both decode and encode. The encode is in C++ and the Decode is in Java. Python glues them together.

缱绻入梦 2024-10-03 14:13:44

pyqrnative 对我来说工作得很好。我希望我能找到一些英文文档。想知道数据内容大小和第一个“typeNumber”参数之间的关系。

pyqrnative is working pretty well for me. I wish I could find some documentation in English for it. Would like to know the relationship between data content size and the first "typeNumber" argument.

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