GUI 앱을 실제 프로그램으로 - Python을 exe 설정 마법사로 변환
-------------------------------------------
⏰ Time Stamps ⏰
-------------------------------------------
00:00 - intro
00:40 - project files and database
01:31 - download Random Recipe Picker (or use your own Python app)
03:29 - install requirements.txt
03:46 - Pyinstaller vs auto-py-to-exe
04:25 - run Pytinstaller builder
05:22 - prep GUI script for Pyinstaller
05:56 - resource path (and important sys._MEIPASS fix!)
08:18 - SPEC file
09:20 - generate software icons
10:04 - convert script and assets to exe file
11:22 - fix Pyinstaller File Not Found Error
12:48 - test executable
13:36 - install Inno Setup
14:17 - convert exe and assets into a setup file
16:39 - license
20:00 - add subdirectories to Inno Setup compilable
21:56 - test setup file on another PC
22:57 - thanks for watching! :)
🔗 Github: https://github.com/mariyasha
🔗 Blog: https://www.pythonsimplified.org
------------------------------------------- 💻 VENV Alternative 💻 -------------------------------------------
$ python3 -m venv name_of_my_env
$ source name_of_my_env/bin/activate
------------------------------------------- 🖇️ Tutorial Links 🖇️ -------------------------------------------
🔗 Random Recipe Picker Repository: https://github.com/MariyaSha/RandomRe...
🔗 Resource Path Function (Stack Overflow): https://stackoverflow.com/questions/3...
🔗 PNG to ICO Icon Converter: https://image.online-convert.com/conv...
🔗 Inno Setup: https://jrsoftware.org/isinfo.php
🔗 Open Source Initiative MIT License: https://opensource.org/licenses/MIT
'Python 활용' 카테고리의 다른 글
파이썬, PyVisual - GUI 빌더 (0) | 2025.01.08 |
---|---|
FastAPI + SQLModel (1) | 2025.01.04 |
파이썬, pdf 파일 읽기, 저장, 병합 (0) | 2024.12.22 |
파이썬, 유용한 라이브러리 5 (1) | 2024.12.20 |
파이썬, 이미지 썸네일 만들기 (0) | 2024.12.19 |