Python mendapatkan jendela fokus

from win32gui import GetWindowText, GetForegroundWindow
print(GetWindowText(GetForegroundWindow()))
Good Gentoo