Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3a.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.014 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'subject:Windows': 0.02; 'widely': 0.05; 'apps,': 0.07; 'automate': 0.07; 'python': 0.11; 'gui': 0.12; 'windows': 0.15; 'jython,': 0.16; 'all.': 0.16; 'url:)': 0.16; 'wrote:': 0.18; "i've": 0.25; 'header:In-Reply- To:1': 0.27; 'related': 0.29; 'message-id:@mail.gmail.com': 0.30; 'worked': 0.33; 'framework': 0.33; 'fri,': 0.33; 'but': 0.35; 'received:google.com': 0.35; 'subject:?': 0.36; 'similar': 0.36; 'url:org': 0.36; 'needed': 0.38; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'great': 0.65; 'mar': 0.68; '20,': 0.68; 'past.': 0.68; '2015': 0.84; 'edwards': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=LTFyh0EtTfs3sXg7zKlAARy0rLLuV86CrxDBKoTB1C8=; b=JOP7MUtVLY6rNTIs5D8Z+waca+9JZT2/iPIvGF2SW/q5LtJOXByF4vPdkTyffUxPIS v6Ltd5hNbOHNBWxvDurC9KHZNZ5e9YdxMYYGap/5eBlcb1bvr461ToCES9Fyw30UmszX +x9tM5Lc8xY9zDQEOH72yuB+Z0Yvy8m0A1/PaEuzhXae0OIqISSt6kaI/5uXurIOctMd Y8D0sLiKmtehEHCIYvfbpx+gJpBNpG3weCcNExHApz4v2Qh/d06bYWOc2bS1yOuzuWFq 0sjmgc+ZC8dVURja0S12ekGbY4JtlCTcq/wCcFV6NiG/IpUMwUVRoZPm5vk66LtQrx3X 7UJw== MIME-Version: 1.0 X-Received: by 10.66.184.106 with SMTP id et10mr195482801pac.138.1426879641315; Fri, 20 Mar 2015 12:27:21 -0700 (PDT) In-Reply-To: References: Date: Fri, 20 Mar 2015 15:27:21 -0400 Subject: Re: Automation of Windows app? From: Jerry Hill To: "python-list (General)" Content-Type: text/plain; charset=UTF-8 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: 12 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1426879649 news.xs4all.nl 2962 [2001:888:2000:d::a6]:51206 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:87794 On Fri, Mar 20, 2015 at 2:10 PM, Grant Edwards wrote: > I need to automate operation of a Windows application. I've used Sikuli (http://www.sikuli.org/) for similar things in the past. It's an automation framework built on Jython, and it worked great for what I needed at the time. I think AutoHotKey is also widely used for automating windows GUI apps, but it's not related to python at all. -- Jerry