DBA

Python 실행 파일(.exe) 만들기 본문

[3] Development/Python

Python 실행 파일(.exe) 만들기

코볼 2022. 5. 3. 11:52
728x90
반응형
SMALL

PyInstaller : https://pyinstaller.org/en/stable/

 

PyInstaller Manual — PyInstaller 5.0.1 documentation

PyInstaller bundles a Python application and all its dependencies into a single package. The user can run the packaged app without installing a Python interpreter or any modules. PyInstaller supports Python 3.7 and newer, and correctly bundles many major P

pyinstaller.org

 

pip install -U pyinstaller
pyinstaller your_program.py

 

728x90
반응형
LIST
Comments