Install pyautogui

KaranGupta136 68 views 3 slides Apr 06, 2020
Slide 1
Slide 1 of 3
Slide 1
1
Slide 2
2
Slide 3
3

About This Presentation

Installation is the first step for any software. This document explains how to install pyautogui


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