In this video I’ll show you how to create Splash Screens with Tkinter and Python.
A Splash Screen is just a little screen that pops up when you first run your app. It usually has some graphics on it, and maybe a copyright disclaimer or company information.
Splash screens are easy with Tkinter, you just need to create a new window and put it on a timer, and then destroy it after the timer runs out.
Add comment