Coding/Python 삽질기

Python 파일을 exe로 만들기

chobocho 2018. 4. 26. 22:13

1) Python3.x 를 설치한다

2) python -m pip install pyinstaller 로 pyinstaller 설치

3) pyinstaller --onefile <파일이름>

저작자표시 (새창열림)