■ 현재-ing/ㅡPython
pyinstaller
with seok
2023. 8. 31. 20:48
cmd 창에서
pip install pyinstaller
인스톨 이후
pyinstaller --onefile 파일이름.py
성공이후 dist 폴더의 exe 파일 사용
단점 : 바이러스 프로그램에서 탐지함.
728x90