Auto worker
Welcome to auto worker.
This is an auto worker using by python you can changes in code your according. What you want to do. you can change the speed change 0 in last increase go to slow.
import pyautogui
import time
pyautogui.hotkey('win', 'd') # kya press kar wana hai
time.sleep(1)
pyautogui.hotkey('win') # us ke bad kya hoga
time.sleep(1)
pyautogui.write('notepad') #next
time.sleep(2)
pyautogui.press('enter') #next adding more your according.
time.sleep(1)
for char in r'''what you write to any hare''':
pyautogui.typewrite(char, interval=0) # Adjust the interval as needed
Comments