def getwindow(Title="SpotifyMainWindow"): window_id = win32gui.FindWindow(Title, None) return window_id