티스토리 뷰
.exe 파일(실행 파일) 만들기
exe 파일이란
(출처: https://bebesoft.tistory.com/27)
운영체제에서 소프트웨어 프로그램을 여는데 사용되는 실행 파일
프로그램 파일로 기계어 코드가 들어 있는 파일 입니다.
순서
1. window cmd & pyinstaller 설치
2. .py (소스파일) 이 있는 곳으로 이동 후 pyinstaller 사용
pyinstaller --onefile 소스파일이름
- --onefile : 하나의 file로 만들어 준다.
3. dist에서 .exe이 만들어 졌습니다.
- 다음과 같이 확인하면 됩니다. :)
반응형
'Tip and Error > Python' 카테고리의 다른 글
[Error] UnicodeDecodeError: 'cp949' codec can't decode byte 0xec in position 4: illegal multibyte sequence (0) | 2021.05.02 |
---|---|
이진탐색 - bisect (0) | 2020.10.26 |
defaultdict - collections 모듈 (0) | 2020.10.14 |
reverse() & reversed() & [::-1] (0) | 2020.10.02 |
문자열(' ')은 변경 할 수 없다. (0) | 2020.09.06 |
공지사항
최근에 올라온 글