from pyzbar.pyzbar import decode from PIL import Image d = decode(Image.open("path-to-qr-code.png")) # print(d) print(d[0].data.decode())