QR code with Python

Its very simple to generate qr code with python, just install qrcode:

pip install qrcode[pil]

The you can fire up Jupyter notebook:

small image

Updated: