Installation is the first step for any software. This document explains how to install pyautogui
Size: 102.1 KB
Language: en
Added: Apr 06, 2020
Slides: 3 pages
Slide Content
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
How to check the pyautogui version
To check the version
1. Open command prompt.
2. Write following command and press enter
pip show pyautogui