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