일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- Excel
- 코딩입문
- httpclient timeout
- MSSQL
- 한글깨짐
- 일본여행
- Android
- upbit
- Aspose.cells
- chart.js
- 엔트리
- .csv
- python
- league of legends
- 파이썬입문
- PromptEngineering
- 업비트
- 초딩수학
- 오블완
- 나만의 상점
- 스크래치코딩
- largelanguagemodels
- ASP.NET MVC
- swift 화면전환
- Kakao API Address
- 블록코딩
- AIoptimization
- MYSQL
- MS-SQL
- 썸머노트
Archives
- Today
- Total
DBA
Python 실행 파일(.exe) 만들기 본문
728x90
반응형
SMALL
PyInstaller : https://pyinstaller.org/en/stable/
PyInstaller Manual — PyInstaller 5.0.1 documentation
PyInstaller bundles a Python application and all its dependencies into a single package. The user can run the packaged app without installing a Python interpreter or any modules. PyInstaller supports Python 3.7 and newer, and correctly bundles many major P
pyinstaller.org
pip install -U pyinstaller
pyinstaller your_program.py
728x90
반응형
LIST
Comments