Automated Drawing With Python

preview_player
Показать описание
Showing you an in-depth tutorial on automated drawing with pyautogui. This awesome project can also be found on my full pyautogui course (along with two other projects) so check that out if you're interested!

🔔NEW videos, tutorials and projects EVERY week so subscribe and hit the bell button so you don't miss an update!

▶️Text Your Friend the Entire Script of Shrek - SPAM Bot - Tutorial:

▶️TikTok Liker Bot - Tutorial:

▶️Watch my full Python tutorial course here:

▶️Watch my full NumPy tutorial course here:

🔗 Social Media Links 🔗

💸 Donations 💸
⬇️Any donations are gratefully received & all donations go straight back into this channel!⬇️

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

Subscribers: 6380
Рекомендации по теме
Комментарии
Автор

That line "I am gonna put on my glasses as usual and move you onto the screen" is unforgettable
And that's cool tutorial #Codeofthefuture #WomenWhoCode

sumithspiratelife
Автор

Hello, I was just wondering if there is a simpler way of making a circular path?

randomUserWith
Автор

You could just do spiral command in autocad. I thought this software was meant to make autocad more efficient not filling it with redundancies. What program does this 'pythongui' even output to? Does it generate .dwgs or .pdfs after manipulation?

DeDodgingEse
Автор

Can Python be linked with AutoCAD and SAP 2000?

chaiconstruction
Автор

could you please make a tutoriol on oop in python

itsderrick
Автор

Why don't nobody watch your videos + nice accent

yodaheyohannes
Автор

It's not working.
# Import the relevant modules
import pyautogui
import time

# Spiral drawing with pyautogui
time.sleep(3)
distance = 300
while distance > 0:
pyautogui.dragRel(distance, 0, 1, button="left")
distance = distance - 20
pyautogui.drafRel(0, distance, 1, button="Left")
pyautogui.dragRel(-distance, 0, 1, button="Left")
distance = distance - 20
pyautogui.drafRel(0, distance, 1, button="Left")
time.sleep(2)

omarsplaytimechannel
Автор

please run the code after one or more line to make sure that we understand it well and please slower . we are not all natives .thanks for every thing i have learned from this channel .

MahmoudSAnagy
Автор

What is the purpose of this library? Why would someone just draw something like that

shehab
Автор

Your video is not reaching to top to watch.. Me here it took me 5 min scroll down then I got her video...

Rajput