Controlling windows gui applications from python

T

tim

Hi all, I'm almost as new to this list as to python so I hope I don't
get a "this has been answered a 100 times before" or anything...

Currently I am using a program named 'Macro Scheduler' for automating
programs that don't have a command line version.
Its a simple scripting language that allows you to automate button
clicks, mouse movement, starting programs, checking the state of a
window, changing the focus, type text into an input field...etc.
Is there a way to do these things from within Python?

Thanks
Tim
 
P

Paul Watson

tim said:
Hi all, I'm almost as new to this list as to python so I hope I don't
get a "this has been answered a 100 times before" or anything...

Currently I am using a program named 'Macro Scheduler' for automating
programs that don't have a command line version.
Its a simple scripting language that allows you to automate button
clicks, mouse movement, starting programs, checking the state of a
window, changing the focus, type text into an input field...etc.
Is there a way to do these things from within Python?

Thanks
Tim

If there is a Microsoft COM interface to your 'Macro Scheduler' program,
then you can drive it from Python code. See the win32com interface and
get Mark Hammond's book "Programming Python on Win32," or something like
that, from O'Reilly.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,270
Messages
2,571,353
Members
48,038
Latest member
HunterDela

Latest Threads

Top