개발자 모드/파이썬(python)

파이썬 pyinstaller로 exe 파일 만들기

인생은직구 2021. 5. 16. 17:20
728x90

 

 

 

 

pyinstaller --onefile 파일명.py

 

를 실행하면 dist 폴더에 exe 파일이 생성됨

728x90