Python Automation with PyAutoGUI | Full Course With Projects!

preview_player
Показать описание
Full tutorial on Python's PyAutoGUI module with 3 awesome projects to get you started! 🔔NEW videos, tutorials and projects EVERY week so subscribe and hit the bell button so you don't miss an update!

To install PyAutoGUI:

RELATED VIDEOS:
▶️Text Your Friend the Entire Script of Shrek - SPAM Bot - Tutorial:
▶️TikTok Liker Bot - Tutorial:

Timestamps:
00:00 - Introduction (explaining the module and projects)
0:48 - Getting started with PyAutoGUI
01:21 - Mouse Functions
07:20 - Click Functions
09:50 - Scroll Functions
11:10 - Mouse Up & Down (with mini example)
15:30 - PROJECT 1: Automated Drawing in Paint
20:10 - *FAILSAFE - Important for aborting Python files* (including example)
23:17 - PROJECT 2: Automated Liking on Social Media
29:31 - Keyboard Functions
31:19 - PROJECT 3: Automating the Dino Game
33:27 - Screenshotting with PyAutoGUI

🔗 Social Media Links 🔗

⭐️ Hashtags ⭐️
#Coding #Programming #Tutorials #CodeOfTheFuture #WomenWhoCode #Python

Subscribers - 6200

💸 Donations 💸
⬇️Any donations are gratefully received & all donations go straight back into this channel!⬇️
Patreon:
One time donation:
Рекомендации по теме
Комментарии
Автор

Such an amazing tutorial - projects were so fun! Thank you! Just donated to your Ko-Fi for all your hard work❤️

louise
Автор

I started 24 hours ago watching videos about Python, just stopped to sleep, and now I'm here. I can't believe I didn't start programming earlier.

OoMikkioO
Автор

I have tried following other guides and tutorials but not a single one has been able to actually explain things in such a way that is easy to understand! THANK YOU SO MUCH

donnyguntmash
Автор

I love how well this whole video is put together. You also have good communication skills. You speak clearly which kept me engaged throughout.

pradumnkumar
Автор

Underrated channel. Gave me ideas for a bot i wanted to write.

soljashet
Автор

4:05 if you want to see the mouse position " in real time" you can create a loop, something like this will show the mouse position every half a second.

import pyautogui
import time
import threading

def refreshmouse():
threading.Timer(0.5, refreshmouse).start()
print(pyautogui.position())


refreshmouse()

Bruno-ojzb
Автор

Thanks for the info and easy breakdown! I recently learned about this neat little trick and figured I would share it with everyone watching this video as it relates to your "print(pyautogui.position())" bit:

A super-cool way to get this info real-time without having to run this line over and over and over again is to:


1) Open CMD prompt
2) Type 'python'
3) Type 'import pyautogui'
4) Type
5) Keep CMD open to view real-time X, Y coordinates of the cursor position as well as the RGB values!
6) Type 'Ctrl-C' to quit


Found this in another video and it really helped me save a lot of time finding mouse coordinates. Thank you again for the video! Keep doing awesome stuff like this.

:)

michaelponce
Автор

Thanks Ellie! ❤️
Note: Don't skip Ads to help her

abdelkaderabbes
Автор

If anybody wants to learn and understanding about coding then you are at perfect channel

gamers
Автор

I appreciate these tutorials so much! I am feeling more confident every day.

goddessofdirt
Автор

I like this video with pyautogui module. Thanks for your effort Ellie 😊

batuhanoruccelik
Автор

The lesson was very helpful. Thanks a lot and although I don't know English well, I still understood everything. Thank you again :)

azimurrr
Автор

Your channel is seriously underrated! Great job and thanks

feridobeidat
Автор

It is very interesting to learn with you
Please keep posting videos

Venom_
Автор

definitely getting a like, well deserved... I think we all know the information you gave wont rly be used for anything ethical xoo

not_lukie
Автор

Alright! Magic mouse powers unlocked! Thanks so much for the tutorial.

chandlerketelsen
Автор

This was a great tutorial, thank you. Seriously, this jump started my coding career.

AlexMercersRevenge
Автор

That's a pretty good video, as a french guy I understood all and I don't even thought that you were talking in english lol

DarksilversXD
Автор

This is a really good tutorial. Good job. I really needed this. <3

ByteBeacon
Автор

What a great tutorial! Keep it up please! We need people like you teaching us plebs.

pogi