This wiki is dead - long live the wiki: http://code.google.com/p/pywinauto/
I am in the process of reviewing the data on this site and either merging into the documentation or moving to the google code site.
pywinauto enables you to automate the Windows GUI
It is simple and the resulting scripts are very readable. How simple?
app.Notepad.MenuSelect("Help->About Notepad")
app.AboutNotepad.OK.Click()
app.Notepad.Edit.TypeKeys ("pywinauto Works!", with_spaces = True)
My blog (maybe not that useful :-)