Wed 11 Jun 2008
wxPython: Creating an About box
Posted by Mike under Cross-Platform, Python, wxPython
View Comments
When I create an application, I usually want to include an “About” box to let the user know more about the application, myself and to give shout outs to anyone who may have helped in the creation of my program. One cool feature wxPython provides is a custom AboutBox widget. I think it looks a little odd, so I created my own About box using the HtmlWindow widget. However, I’ll show how to do it both ways in this article.