import base64 with open("C:/Users/ScharrenbacJ/workdir/ameland_journal/background.jpg", "rb") as f: print(base64.b64encode(f.read()).decode("ascii"))