Python code to automate desktop activities in windows

前端 未结 5 1899
旧巷少年郎
旧巷少年郎 2020-12-02 11:16

I want to automate desktop activities in Windows environment using Python. How it can be done? Some examples will also be helpful.

By desktop activities, I mean acti

5条回答
  •  天涯浪人
    2020-12-02 12:16

    Have a look at SIKULI.

    Sikuli is a visual technology to automate and test graphical user interfaces (GUI) using images (screenshots).

    SIKULI uses a very clever combination of taking screenshots, and embedding them into your python (it's jython, actually) script.


    Take screenshots:

    enter image description here

    and use them in your code:

    enter image description here

提交回复
热议问题