wxPython

wxPython Sizers Tutorial: Using a GridSizer

In my last post, I created a generic form in wxPython using only wx.BoxSizers for automatic sizing of my widgets. This time, I am adding on to my previous example using a wx.GridSizer to show the following: How to right-align the icon and the label How to vertically align the label with the text control …

wxPython Sizers Tutorial: Using a GridSizer Read More »

Reading OpenVPN Status Data with Python (1 of 3)

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 »