python2-qr

QR Code image generator library - Python 2.7

Install

All systems
curl cmd.cat/python2-qr.sh
Debian Debian
apt-get install python-qrcode
Ubuntu
apt-get install python-qrcode
Arch Arch Linux
pacman -S python-qrcode
image/svg+xml Kali Linux
apt-get install python-qrcode
CentOS
yum install python-qrcode
Fedora
dnf install python-qrcode
Windows (WSL2)
sudo apt-get update sudo apt-get install python-qrcode
Raspbian
apt-get install python-qrcode

python-qrcode

QR Code image generator library - Python 2.7

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