A wxPython Sizers Tutorial
I volunteered to write some tutorials on common GUI layouts in wxPython. The following example came from Malcolm, one of the members of the wxPython user’s group.
A wxPython Sizers Tutorial Read More »
I volunteered to write some tutorials on common GUI layouts in wxPython. The following example came from Malcolm, one of the members of the wxPython user’s group.
A wxPython Sizers Tutorial Read More »
Today we’re going to go over how to make your application do a “fade-in”. One common place that Windows users see this is with Microsoft Outlook’s email notification. It fades in and then back out. wxPython provides a way to set the alpha transparency of any top window, which affects the widgets that are placed
Doing a Fade-in with wxPython Read More »
I’m doing a 3 part series on using wxPython and PyWin32 to capture output from a running OpenVPN session. I use OpenVPN to connect to PCs at work. I noticed that our current method of launching OpenVPN was in a console window so that one could monitor the program’s output. If the user happened to
Reading OpenVPN Status Data with Python (1 of 3) Read More »