- cmd에서 아래 명령어를 입력하여 pyinstaller를 설치합니다.
pip install pyinstaller - pyinstaller가 설치된 후, 아래 명령어를 입력하여 .exe 파일을 빌드합니다.
pyinstaller -F --icon=static/icon.ico --version-file static/version.txt main.py - dist 폴더 안의 main.exe 파일을 실행합니다.
- 한국어
이 소프트웨어는 개인적 및 교육적 목적으로만 사용할 수 있습니다.
이 소프트웨어의 재배포 및 수정은 어떤 형태로든 엄격히 금지됩니다.
- Engligh
Permission is granted to use this software for personal and educational purposes only.
Redistribution and modification of this software in any form are strictly prohibited.