python 프로그램 exe 로 말기


python 프로그램 exe 로 말기

pyinstaller 패키지를 사용하면 .py 로 작성한 프로그램을 exe프로그램으로 말수있다.

방법

  1. pyinstaller 설치
    pip install pyinstaller
    
  2. pyinstaller로 exe로 말기
    pyinstaller -F {.py path}
    





© 2020. by berrrrr

Powered by berrrrr