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?
相关问题
- how to define constructor for Python's new Nam
- streaming md5sum of contents of a large remote tar
- How to get the background from multiple images by
- Evil ctypes hack in python
- Correctly parse PDF paragraphs with Python
PowerShell. http://en.wikipedia.org/wiki/Windows_PowerShell
http://technet.microsoft.com/en-us/scriptcenter/powershell.aspx
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".
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.