qrcode
QR Code image generator library - Python 3.x
Install
- All systems
-
curl cmd.cat/qrcode.sh
- Debian
-
apt-get install python3-qrcode
- Ubuntu
-
apt-get install python3-qrcode
- Kali Linux
-
apt-get install python3-qrcode
- Fedora
-
dnf install python3-qrcode
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-qrcode
- Raspbian
-
apt-get install python3-qrcode
- Dockerfile
- dockerfile.run/qrcode
python3-qrcode
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.