Python Ctypes otrzymują bieżące okno
import ctypes
window = ctypes.windll.user32.GetForegroundWindow()
Strange Salmon
import ctypes
window = ctypes.windll.user32.GetForegroundWindow()