pip install pywin32 -> This will install the libs that are required import win32gui, win32con hide = win32gui.GetForegroundWindow() win32gui.ShowWindow(hide ...
確定! 回上一頁