Sep-13-2021, 05:35 PM
(This post was last modified: Sep-13-2021, 05:37 PM by FullOfHelp.)
import PySimpleGUI as sg sg.Window('My image window',[[sg.Image(sg.EMOJI_BASE64_HAPPY_JOY)]], auto_close=True, auto_close_duration=3).read()
![[Image: 133131008-a75e8e17-39f1-42bc-89a2-4c7efb1f51b7.gif]](https://user-images.githubusercontent.com/46163555/133131008-a75e8e17-39f1-42bc-89a2-4c7efb1f51b7.gif)
This line of code will display an image for 3 seconds.
You can replace the EMOJI with a base64 encoded PNG/GIF or a filename that is a PNG or GIF file.