py3-qrcode

QR Code image generator

WWW CVSWeb GITHub
  1. Package version
    py3-qrcode-7.3.1p2
  2. Maintainer
    Ingo Feinerer

QR (Quick Response) codes are 2D pictographic codes that can encode many types
of data. They can be quickly machine-read and are quite robust.

This package provides qrcode, a pure Python module to generate QR codes, with
direct output as SVG, or in other image formats via modules such as Pillow and
pymaging.

It also provides qr(1), a script using the above module, which can take data
from standard input or the command line and format as a QR code. By default,
ASCII art will be used if output is directed to the terminal, otherwise an
image file will be output.

  • python3

  • lang/python/3.10
  • devel/py-build,python3
  • devel/py-installer,python3
  • devel/py-setuptools,python3
  • devel/py-wheel,python3

  • devel/py-six,python3
  • graphics/py-Pillow,python3
  • lang/python/3.10