KekLib.SplashScreen#
Python Tkinter Splash Screen
This script holds the class SplashScreen, which is simply a window without the top bar/borders of a normal window.
The window width/height can be a factor based on the total screen dimensions or it can be actual dimensions in pixels. (Just edit the useFactor property)
Very simple to set up, just create an instance of SplashScreen, and use it as the parent to other widgets inside it.
www.sunjay-varma.com
- class SplashScreen(master=None, width=0.8, height=0.6, useFactor=True)#
Bases:
Frame
Construct a frame widget with the parent MASTER.
Valid resource names: background, bd, bg, borderwidth, class, colormap, container, cursor, height, highlightbackground, highlightcolor, highlightthickness, relief, takefocus, visual, width.
- demo(root)#