반응형
https://bitcoder.tistory.com/m/116
python으로 windows service 만들기
1. 소스코드 다음은 소스코드입니다. import win32serviceutil import servicemanager import ctypes import sys import time OutputDebugString = ctypes.windll.kernel32.OutputDebugStringW class MyServiceFra..
bitcoder.tistory.com
https://nick2ya.tistory.com/16
[Python] 파이썬 Windows 서비스 등록
이번 시간에는 파이썬으로 제작한 exe 실행파일을 Windows 서비스에 등록하여 실행시키는 방법에 대해 알아보도록 하겠습니다. 최종적으로 구현하고자 하는 방식은 아래와 같습니다. [ 프로그
nick2ya.tistory.com
반응형
'[====== Development ======] > Python' 카테고리의 다른 글
[Python] OpenCV로 할 수 있는 것들 (0) | 2022.12.20 |
---|---|
Flask CORS(Cross Origin Resource Sharing) 설정 추가 (0) | 2022.08.12 |
Python 불필요한 패키지 자동삭제 (0) | 2022.08.04 |
Flask REST API Server (0) | 2022.07.29 |
Python에서 Postgresql 접속하여 테이블 생성 (0) | 2022.07.28 |