CTypes Python mendapatkan jendela saat ini
import ctypes
window = ctypes.windll.user32.GetForegroundWindow()
Strange Salmon
import ctypes
window = ctypes.windll.user32.GetForegroundWindow()