[ 原始碼: python-qrcode ]
套件:python3-qrcode(7.4.2-5)
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