Language/Python
pyinstaller를 이용한 Python exe 실행 파일 만들기
Python 실행 파일(exe) 만들기 매번 .py로 실행하기 번거로워서 .exe 실행파일로 만들었습니다. exe 파일을 만드는 방법은 여러가지 많지만, 여러 방법 중 하나인 pyinstaller 모듈을 이용한 exe 파일 만드는 방법을 포스팅 했습니다. 실행환경 운영체제 : window 10 파이썬 버전 : python 3.7 pyinstaller 설치 pip를 이용하면 간단하게 설치 할 수 있습니다. 커맨드 명령어 >> pip install pyinstaller C:\Users\75385\Desktop>pip install pyinstaller Collecting pyinstaller Downloading https://files.pythonhosted.org/packages/03/32/0e0de59..
2019. 1. 13. 13:56
최근댓글