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.