I have question, please. How to display an image using easyGUI? I searched a lot, but I did not figure out how to do it. I only found this code that displays an image with buttonm and this is not what I want.
image = "python_and_check_logo.gif"
msg = "Do you like this picture?"
choices = ["Yes","No","No opinion"]
reply=buttonbox(msg,image=image,choices=choices)