Python Library pour créer des codes QR
pip install qrcode[pil]
Upset Unicorn
pip install qrcode[pil]
import qrcode
img=qrcode.make("message")
img.save("pic.png") //save the qrcode photo as pic.png