| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

FrontPage

This version was saved 18 years, 1 month ago View current version     Page history
Saved by PBworks
on March 10, 2006 at 11:11:10 am
 

Welcome to the pywinauto wiki!

 

pywinauto is a python package that enables you to automate the GUI of Microsoft Windows NT based OS'es (Windows NT/W2K/XP).

 

It works by sending messages and using functions from the Windows API.

 

It aims to be simple and to make the resulting automation scripts as readable as possible. How simple?

app.Notepad.MenuSelect("Help->AboutNotepad")

app.AboutNotepad.OK.Click()

app.Notepad.Edit.TypeKeys ("pywinauto has been installed succesfully!", with_spaces = True)

 

The package currently requires Python 2.4 or higher (next release should support 2.3!)

 

Installation

FAQ

Known Issues

Plan for 'appdata'

Presentations

 

 

Useful 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.