application automation software/tool

2019-09-02 17:56发布

问题:

I am looking for an automation software which should be configurable to handle any other software for repetitive tasks on Windows. Push button x if ... Does anybody know such a software. If not would it be possible to program such a robot in python? Are there existing python-modules for this?

回答1:

PowerShell. http://en.wikipedia.org/wiki/Windows_PowerShell

http://technet.microsoft.com/en-us/scriptcenter/powershell.aspx

would it be possible to program such a robot in python?

The answer to all "is it possible" question is always "Yes." As long as the question doesn't involve time travel, anti-gravity or perpetual motion, the answer to all "is it possible" questions is "yes".

Are there existing python-modules for this?

The answer to this is always "Yes." There are modules for this kind of thing.

Perhaps you have other questions, more specific and useful?



回答2:

AutoIt was created especially for that. If you want to go specifically with Python, you could give PyWinAuto a go. I think the latest version is on SourceForge.