PyAutoGUI · PyPI
pypi.org › project › PyAutoGUIJul 07, 2021 · PyAutoGUI is a cross-platform GUI automation Python module for human beings. Used to programmatically control the mouse & keyboard. pip install pyautogui. Full documentation available at https://pyautogui.readthedocs.org. Simplified Chinese documentation available at https://muxuezi.github.io/posts/doc-pyautogui.html
Installation — PyAutoGUI documentation
pyautogui.readthedocs.io › en › latestpython3 -m pip install pyautogui On Linux, additionally you need to install the scrot application, as well as Tkinter: sudo apt-get install scrot sudo apt-get install python3-tk sudo apt-get install python3-dev PyAutoGUI install the modules it depends on, including PyTweening, PyScreeze, PyGetWindow, PymsgBox, and MouseInfo.