Python Ctypes Получите текущее окно

import ctypes
window = ctypes.windll.user32.GetForegroundWindow()
Strange Salmon