python get active window title code example Example: get active window title python import win32gui w=win32gui w.GetWindowText (w.GetForegroundWindow())