1. pyinstaller 설치

pip install pyinstaller

2. exe 파일로 배포

pyinstaller [프로젝트명].py


+ Recent posts