application automation software/tool
I am looking for an automation software which should be configurable to h开发者_Python百科andle 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?
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?
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.
精彩评论