Back to Browse

Python GUI Automation With PyAutoGUI | Introduction & Installation

16.0K views
Nov 24, 2019
10:07

Join Programming Free Courses https://geekscoders.com/ My Affiliate Books: Automate The Boring Stuff with Python https://amzn.to/2MPUEKi In this video iam going to talk about Python GUI Automation With PyAutoGUI | Introduction & Installation What is GUI Automation ? programs can control other applications by sending  them virtual keystrokes and mouse clicks, just as if you were sitting at your computer and interacting with the applications yourself. This technique  is known as graphical user interface automation, or GUI automation for short. With GUI automation, your programs can do anything that a human user sitting at the computer can do, except spill coffee on the keyboard. Think of GUI automation as programming a robotic arm. You can program the robotic arm to type at your keyboard and move your mouse for you. This technique is particularly useful for tasks that involve a lot of mindless clicking or filling out of forms. What is PyAutoGUI ? The purpose of PyAutoGUI is to provide a cross-platform Python module for GUI automation for human beings. The API is designed to be as simple as possible with sensible defaults. PyAutoGUI can simulate moving the mouse, clicking the mouse, dragging with the mouse, pressing keys, pressing and holding keys, and pressing keyboard hotkey combinations. Get the source code: https://codeloop.org/how-to-automate-gui-in-python-with-pyautogui/

Download

1 formats

Video Formats

360pmp412.8 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Python GUI Automation With PyAutoGUI | Introduction & Installation | NatokHD