[공부용]참고 사이트 모음/[python]

윈도우 백그라운드에서 파이썬 실행 - How to run a python script in the background on windows

bled 2021. 7. 23. 17:59

https://medium.com/@sakethvrudraraju/how-to-run-a-python-script-in-the-background-on-windows-95987864ef3e

 

How to run a python script in the background on windows

When I first started using python, I though that you had to have the command prompt open for the script to be running. Then, I found out…

medium.com

.py => .pyw 로 바꾸고 실행

끌때는 작업관리자 백그라운드 프로세스 중 python 작업끝내기 해야함

=> 다른 방법 없을까 윈도우 작업표시줄 끝에 백그라운드로 돌아가는 작업중 하나로 아이콘 넣을 수 없을까?