PyAutoGUI - Computer GUI automation using Python (Control mouse and keyboard)

preview_player
Показать описание
This is the first tutorial video on PyAutoGUI, a computer GUI automation package. In this PyAutoGUI tutorial I will teach you how to control your mouse and keyboard using functions of PyAutoGUI python library and then show a sample project. Using this package you can automate anything on your computer.

So basically this is PyAutoGUI tutorial on mouse and keyboard functions

Timestamps:
0:00 - PyAutoGUI introduction
1:07 - Install and import pyautogui
1:35 - pyautogui mouse operations (automate mouse)
10:11 - pyautogui keyboard operations (automate keyboard)
11:44 - A simple project to open notepad and type something

Python and VS Code download
Рекомендации по теме
Комментарии
Автор

Hello All 🙋🏻‍♂️

If you have any kind of customized tool or app request. You can reach out to me on Instagram or email. I can create tools or apps for you.

instagram.com/stevegen1907
OR

Thank You

codingwithsteve
Автор

Great video! Glad YouTube recommended it. I really like how this guy explains things, very clear and nice.

benlong
Автор

Really comprehensive tutorial, thanks a ton!

notmerkyy
Автор

Nice video, Steve! Thank you! Best regards from São Paulo, Brazil!

JoaoSantos-jbul
Автор

Bro, you really made my life so easy. I do web automation in selenium but windows automation was something i really wanted to make my product better. Thank you man. This tutorial really helped me

TheAbhimait
Автор

Instead of the loop, just import time and do time.sleep(5) first then it’s more clean or more time if u need, also I would suggest too import pyautogui as py then later u only need too do py. Instead of pyautogui.

xxstepsxx
Автор

Thanks for the video, you helped me a lot

alexmuniz
Автор

Can this library be used to perform visual interaction or visual recognition?. Let's say I need to take a screenshot and compare the screenshot with my desktop, does this get the job done?

Mourne
Автор

Hey
thanks for the video!
If you have any doubts, what can I do and display a notification on the screen.

_raick
Автор

how do i use this with multiple python selenium instances running at once whilst handling errors ?

CadaverTheGhoul
Автор

Hi, anyone had a problem with import pyautogui, because is installed correctly with pip .... but when I call any function it says not exist?

higiniofuentes
Автор

Are there any libraries that use computer vision for GUI automation.
Please suggest.

tansinghrathore
Автор

anyone know how to deploy pyautogui script in remote server and execute it via ssh? because I got display error.

drizzersilverberg
Автор

Thank you for the video, I have a question, I created automation with the Batch file, you can open all the applications and websites you need in one click, Can we do this in python?

TruthSeeker
Автор

Is PyAutoGUI able to "understand" a GUI e.g is it able to understand things like Text Box, Button, Dialog Box e.t.c.? I am asking this since using XY coordinates means that if the user changes screen resolution or uses multiple displays, then the PyAutoGUI program will simply fail to work.

wwlcyoc
Автор

Can you ask python to nickname the pyautogui to something else, so you can type, for example, print(bot.size())

alegitimatecar
Автор

How do I run a command Ik i look dumb for asking but I cant figure it out

tylerrobinson-rplo
Автор

thank you so much but I have a problem with ( moveTo ) it doesn't go where I write please help me

bomewame
Автор

please a tutorial series for pywinauto. pyautogui is not that powerful for gui automation... 🙏🙏🙏

insadeyt
Автор

can it reads popup text in software? or specific area?

needmusic