맨 처음에 이 코드를 추가
import win32gui, win32con
the_program_to_hide = win32gui.GetForegroundWindow()
# win32gui.ShowWindow(the_program_to_hide , win32con.SW_SHOW)
win32gui.ShowWindow(the_program_to_hide , win32con.SW_HIDE)
'IT > Python Matlab' 카테고리의 다른 글
| 키보드 클릭 사운드 내는 파이썬 프로그램 (2) | 2023.11.24 |
|---|---|
| 한글 자모 분리방법 - 3327 한글 데이터 만들기를 위해서 (3) | 2023.11.22 |
| Best Python Libraries for each category (0) | 2023.08.25 |
| Bing Chat vs. Google Bard vs. ChatGPT- python coding (0) | 2023.05.23 |
| Pandas subplots (0) | 2023.03.29 |