Popular recipes tagged "splash" but not "gtk"http://code.activestate.com/recipes/tags/splash-gtk/2010-06-21T18:09:06-07:00ActiveState Code RecipesTkinter Splash Screen (Python)
2010-06-21T18:09:06-07:00Sunjay Varmahttp://code.activestate.com/recipes/users/4174115/http://code.activestate.com/recipes/577271-tkinter-splash-screen/
<p style="color: grey">
Python
recipe 577271
by <a href="/recipes/users/4174115/">Sunjay Varma</a>
(<a href="/recipes/tags/python/">python</a>, <a href="/recipes/tags/screen/">screen</a>, <a href="/recipes/tags/splash/">splash</a>, <a href="/recipes/tags/tkinter/">tkinter</a>).
</p>
<p>I wanted to mess around with the overrideredirect function of the window manager, and ended up making a pretty good Python Tkinter splash screen. :)</p>
<p>Just run it for a demo.</p>
<p>There are instructions and more info in the script</p>
Tkinter Splash Screen (Python)
2009-11-09T04:26:52-08:00Stephen Chappellhttp://code.activestate.com/recipes/users/2608421/http://code.activestate.com/recipes/576936-tkinter-splash-screen/
<p style="color: grey">
Python
recipe 576936
by <a href="/recipes/users/2608421/">Stephen Chappell</a>
(<a href="/recipes/tags/splash/">splash</a>, <a href="/recipes/tags/tix/">tix</a>, <a href="/recipes/tags/tkinter/">tkinter</a>).
Revision 4.
</p>
<p>This program is <a href="http://code.activestate.com/recipes/534124/">recipe 534124</a> re-envisioned. The code is mostly the same but was written with a slightly different style. It has also been tested on Python 3.1.1 and appears to work well with GIF images. Usage is the same as can be found in the original recipe. Any further improvements are welcome, and all are encouraged to use as needed.</p>