Software/Python

pyinstaller

tony99 2023. 3. 7. 23:01

pip install pyinstaller
pyinstaller ./practice.py
pyinstaller -F ./practice.py   -> 하나의 exe 파일로 만들어줌