GENARAL SEARCH ALGORITHM BY ME IN PYTHON

sadat
0

GENARAL SEARCH ALGORITHM BY ME IN PYTHON
elif 'open youtube' in query:

os.startfile('"C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe"')

time.sleep(15)

pyautogui.write('https://www.youtube.com/')
pyautogui.press('enter')

Post a Comment

0Comments

Please Select Embedded Mode To show the Comment System.*