프로그래밍언어/Python
파이썬 exe만들기
부산딸랑이
2020. 12. 11. 22:14
설치
pip install pyinstaller
exe
pyinstaller --noconsole --icon=test.ico --onefile test.py