python-qrcode 7.3.1
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.
- Website: https://github.com/lincolnloop/python-qrcode
- Licenses: Modified BSD
- Package source: gnu/packages/python-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install python-qrcode 7.3.1
as follows:
guix install python-qrcode@7.3.1
Or install the latest version:
guix install python-qrcode
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.