[pyinstaller] 실행파일(EXE) 만들기 pyinstaller --name="app" --icon="burning.ico" --noconsole --onefile main.py -n, --name : 어플이름 -i=, --icon= : 아이콘 위치 -w, --noconsole, --windowed : 프롬프트창 안띄우기 -F, --onefile : .exe file 하나로 패키징 SW/Python 2024.01.18