This package browser is in early development. Mind the rough edges.

python-qrcode

QR Code image generator

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

Installation

Install the latest version of python-qrcode as follows:

guix install python-qrcode

Or install a particular version:

guix install python-qrcode@7.3.1

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.