Русские видео

Сейчас в тренде

Иностранные видео


Скачать с ютуб Automating tasks with python в хорошем качестве

Automating tasks with python 1 месяц назад


Если кнопки скачивания не загрузились НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием, пожалуйста напишите в поддержку по адресу внизу страницы.
Спасибо за использование сервиса savevideohd.ru



Automating tasks with python

Code: import pyautogui as pg import time as t #this prohram is created by rutheless tech it is free to be copied and used for personal profit or gains '''in this program we are automating the opening and playing of my favourite music and opening my favourite game''' pg.press('Win') t.sleep(1) pg.write('Spotify') pg.press('Enter') #opening spotify t.sleep(3) #playing favourite music pg.moveTo(554,20) t.sleep(2) pg.click() t.sleep(2) pg.write('Mockingbird') #going to play button pg.moveTo(772,355) t.sleep(2) pg.click() pg.press('Win') #opening my favourite game t.sleep(1) pg.write('Roblox') pg.press('Enter') t.sleep(3) ''' this code will be in description and works in windows 10 and 11 u can replace the programs if u want PLEASE PLEASE SUBSCRIBE IF U LIKE THIS PROGRAM''' #u would neeed to install pyautogui library by pip install pyautogui #thank you PLEASE SUBSCRIBE GOAL:50 SUBSCRIBERS

Comments