Skip to content

Commit ba10e1d

Browse files
committed
Cleanup
1 parent b06d460 commit ba10e1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DemoPrograms/Demo_Image_Elem_Splash_Screen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import PySimpleGUI as sg
2+
import PIL.Image
23

34
"""
45
Demo - Splash Screen
@@ -13,4 +14,3 @@
1314
DISPLAY_TIME_MILLISECONDS = 4000
1415

1516
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)
16-

0 commit comments

Comments
 (0)