import wx app = wx.App() frame = wx.Frame(None, title="Hello World") frame.Show() app.MainLoop()
See also Getting Started.