Install pyautogui In this article, we will install pyautogui. What is pyautogui? Pyautogui is used for cross-platform GUI automation. Installation To install pyautogui 1. Open command prompt. 2. Go to the path where python is installed. 3. Enter following command and press enter. pip install pyautogui