application automation software/tool

2019-09-02 17:27发布

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?

2条回答
甜甜的少女心
2楼-- · 2019-09-02 18:04

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?

查看更多
戒情不戒烟
3楼-- · 2019-09-02 18:05

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.

查看更多
登录 后发表回答