맨 처음에 이 코드를 추가
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)
'Coding > Python Matlab' 카테고리의 다른 글
한글 자모 분리방법 - 3327 한글 데이터 만들기를 위해서 (3) | 2023.11.22 |
---|---|
Python - 언어 번역 (Language Translation in Python) (0) | 2023.11.06 |
Best Python Libraries for each category (0) | 2023.08.25 |
manga_ocr, google translate 를 사용한 게임 화면내 일본어 번역 (0) | 2023.08.21 |
Bing Chat vs. Google Bard vs. ChatGPT- python coding (0) | 2023.05.23 |