-
python으로 단일 실행파일을 간단하게 만들 수 있다.
사전 준비로 pyinstaller 설치
pip install pyinstaller
Pyinstaller로 EXE 파일 만들기
"pyinstaller -F a.py"를 입력하고 기다리면 끝난다
'Python' 카테고리의 다른 글
Python - inspect (0) 2020.09.09 Python - TkInter gui 기초 (0) 2020.09.09 Python - OpenCV (0) 2020.09.09 Python - "python-for-android" apk (0) 2020.09.09 Python - itertools (0) 2020.09.08 Python - namedtuple (0) 2020.09.08 Python - Counter (0) 2020.09.08 Python - deque - temp (0) 2020.09.08