일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Kakao API Address
- PromptEngineering
- upbit
- 블록코딩
- httpclient timeout
- 아이코딩습관
- Aspose.cells
- 초딩수학
- cc챔피언
- python
- 중1코딩
- MYSQL
- Excel
- largelanguagemodels
- 일본여행
- Android
- 오블완
- 코딩입문
- 중학생코딩
- 썸머노트
- 한글깨짐
- swift 화면전환
- league of legends
- .csv
- MSSQL
- AIoptimization
- 엔트리
- ASP.NET MVC
- chart.js
- 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