We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b06d460 commit ba10e1dCopy full SHA for ba10e1d
1 file changed
DemoPrograms/Demo_Image_Elem_Splash_Screen.py
@@ -1,4 +1,5 @@
1
import PySimpleGUI as sg
2
+import PIL.Image
3
4
"""
5
Demo - Splash Screen
@@ -13,4 +14,3 @@
13
14
DISPLAY_TIME_MILLISECONDS = 4000
15
16
sg.Window('Window Title', [[sg.Image(IMAGE_FILE)]], transparent_color=sg.theme_background_color(), no_titlebar=True, keep_on_top=True).read(timeout=DISPLAY_TIME_MILLISECONDS, close=True)
-
0 commit comments