Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news2.arglkargh.de!newsfeed.fsmpi.rwth-aachen.de!newsfeed.straub-nv.de!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.011 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'python,': 0.02; 'subject:Windows': 0.02; 'automate': 0.07; 'welcome.': 0.07; 'scripting': 0.09; 'windows': 0.15; 'at,': 0.16; 'from:addr:torriem': 0.16; 'from:name:michael torrie': 0.16; 'linux-based': 0.16; 'apps': 0.16; 'language': 0.16; 'wrote:': 0.18; 'bit': 0.19; 'install': 0.23; 'header:User-Agent:1': 0.23; "i've": 0.25; 'header:In-Reply-To:1': 0.27; 'up.': 0.33; 'maybe': 0.34; 'but': 0.35; 'there': 0.35; 'subject:?': 0.36; 'should': 0.36; 'message-id:@gmail.com': 0.38; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'anything': 0.39; 'does': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'called': 0.40; 'tell': 0.60; 'mentioned': 0.61; 'first': 0.61; 'charset:windows-1252': 0.65; 'experiment': 0.84; 'pxe': 0.84; 'edwards': 0.91; 'many,': 0.93 X-Virus-Scanned: amavisd-new at torriefamily.org Date: Sun, 22 Mar 2015 21:43:24 -0600 From: Michael Torrie User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: python-list@python.org Subject: Re: Automation of Windows app? References: In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.19 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1427082215 news.xs4all.nl 2968 [2001:888:2000:d::a6]:51195 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:87820 On 03/20/2015 12:10 PM, Grant Edwards wrote: > On 2015-03-20, Grant Edwards wrote: > >> I need to automate operation of a Windows application. > > I should have mentioned that I've found and am going to experiment > a bit with pywinauto-0.4.0, but if there is anything else I should > look at, suggestions would be welcome. As near as I can tell the standard go-to utility for this is a program called AutoIt. https://www.autoitscript.com/site/autoit/ Nothing to do with Python, and its scripting language is maybe not that appealing to many, but it does the job, and does it pretty well. I first used it when working with a Linux-based PXE boot solution that would automatically install Windows via a network boot, and install a custom set of apps we set up. Was super slick.