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