프로그래밍/python

파이썬 빌드(exe파일)

코끼리_땃쥐 2021. 11. 17. 20:59

파이썬 인스톨러를 다운

윈도우+R -> cmd

pip install pyinstaller

 

 

빌드

pyinstaller [변환할 파일] - 옵션들

 

 

이런식

pyinstaller temp.py -w --onefile