Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #87824 > unrolled thread

Re: Automation of Windows app?

Started byAlbert-Jan Roskam <fomcl@yahoo.com>
First post2015-03-23 01:35 -0700
Last post2015-03-23 01:35 -0700
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  Re: Automation of Windows app? Albert-Jan Roskam <fomcl@yahoo.com> - 2015-03-23 01:35 -0700

#87824 — Re: Automation of Windows app?

FromAlbert-Jan Roskam <fomcl@yahoo.com>
Date2015-03-23 01:35 -0700
SubjectRe: Automation of Windows app?
Message-ID<mailman.61.1427100052.10327.python-list@python.org>
------------------------------
On Sun, Mar 22, 2015 6:41 PM CET Emile van Sebille wrote:

>On 3/20/2015 10:55 AM, Grant Edwards wrote:
>
>> I need to automate operation of a Windows application.
>
>I've been productively using python to create macro scheduler [1] scripts to automate windows programs for years.
>
>A sample script:
>
>Press Alt
>Send Character/Text>cu
>Release Alt
>WaitWindowOpen>Sheets*
>Wait>1
>Press Alt
>Send Character/Text>ls
>Release Alt
>Wait>1
>Wait>1
>Press Alt
>Send Character/Text>fs
>Release Alt
>Wait>1
>
>
>HTH,
>
>Emile
>
>
>[1] https://www.mjtnet.com/
>
>-- https://mail.python.org/mailman/listinfo/python-list

I've used SendKeys before: https://pypi.python.org/pypi/SendKeys/0.3

There's also a ctypes implementation of it. 

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web