launch Screen is a Python library for creating launching (loading) screen.
Use the package manager pip to install launchscreen.
pip install launchscreenfrom launchscreen import *
Yourscreen=screen('d.png',5000)#here 5000 is delay time in m.sec unit
Yourscreen.run()Added threading . Now it won't take extra time.
Please make sure to update tests as appropriate.