Simple use of pyautogui

Can be achieved using the Python pyautogui control of the mouse, for example, control may be performed such as typing keyboard.
To some extent, it may be helpful (for example, moving the mouse every few minutes to prevent the lock screen, etc.) for repetitive work.
But overall feeling of little significance, relatively tasteless, a token gesture.
Of course, is good with some still more powerful places.
Here is a little summary of commonly used functions of it.

1, import pyautogui
import pyautogui
#import time
2, mouse
3, keyboard
4, screenshots operations
5, mouse
6, other Sao operation

In addition, you can learn through https://pyautogui.readthedocs.io/en/latest/ official documents.

Guess you like

Origin www.cnblogs.com/LieDra/p/12006594.html