[ 源代码: python-qrcode ]
软件包:python3-qrcode(7.4.2-2)
python3-qrcode 的相关链接
Debian 的资源:
下载源码包 python-qrcode:
维护小组:
- Debian Python Team (QA 页面)
- Hans-Christoph Steiner (QA 页面)
- Timo Aaltonen (QA 页面)
- Hugo Lefeuvre (QA 页面)
外部的资源:
- 主页 [github.com]
相似软件包:
QR Code image generator library - Python 3.x
This package provides a pure Python QR Code generator module. It uses the Python Imaging Library (PIL) to allow for the generation of QR Codes. In contrast to the python-qrencode module this module does not need an additional C library.
In addition this package provides a command line tool to generate QR codes and either write these QR codes to a file or do the output as ascii art at the console.
This package provides the Python 3.x module.
其他与 python3-qrcode 有关的软件包
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-pillow
- 本虚包由这些包填实: python3-pil
-
- dep: python3-png
- Pure Python PNG Reader/Writer (Python 3)
-
- dep: python3-typing-extensions
- Backported and Experimental Type Hints for Python