pywinauto

 

FrontPage

Page history last edited by Mark Mc Mahon 3 yrs ago

Welcome to the pywinauto wiki!

 

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)

 

Installation

FAQ

Known issues

Plan for 'appdata'

Presentations

 

 

Project links:

Sign up for the Mailing list

Mailing list archive

SourceForge project

My blog (maybe not that useful :-)

 

 

Need to quickly learn how to use bold, italics, tables, and more? Check out our wiki style page!

Comments (0)

You don't have permission to comment on this page.