| 
  • 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 9:11:28 am
 

Welcome to the pywinauto wiki!

 

What is pywinauto

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 uses the ctypes package almost exclusively for this (the only place ctypes is not used is in SendKeys where there is a compiled module).

 

It aims to be simple and to make the resulting automation scripts as readable as possible (by allowing the user to use the most expressive methods possible).

 

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

 

Installing pywinauto

pywinauto FAQ

Known issues

Plan for 'appdata'

 

 

 

Useful links:

Sign up for the Mailing list: http://lists.sourceforge.net/lists/listinfo/pywinauto-users

Mailing list archive: https://sourceforge.net/mailarchive/forum.php?forum_id=47465

SourceForge project: https://sourceforge.net/projects/pywinauto/

My blog: (maybe not that useful :-) http://pywinauto.blogspot.com/

 

 

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.