In autoit WinActivate("game gui") is bringing the game applications in front of your desktop, is there a way to do this in python 3? or is there an equal to this?. the application that i want to bring in front is an mmorpg game, for example, WinActivate("CABAL") just like that.
i have tried searching and i cant find answers, i am new in python, and i ma using tkinter for my gui.