from qr import QR import sys qr = QR() raw_img = qr.create("stupid shit i wrote") sys.stdout.buffer.write(raw_img)