I'm writing a simple program in Python and I need to change windows in which the application works multiple times. I could use pyautogui.click(x, y); to click on the taskbar but thats not efficent enough.
Is there anyway I can do it with a command like: open('appname') or: summon('appname')
Thanks for the help!