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