my purpose here is to turn a small file into a qrcode. So I used binascii.hexlify() to get the hexadecimal of the file.
With pillow I will then build the qr code, thi