PyInstaller Command Generator is a user-friendly tool designed to facilitate the generation of PyInstaller commands with ease. It provides a graphical interface for creating PyInstaller commands effortlessly.
pip install tkinter
- Run the
pyinstaller_command_generator.py
script. - Enter the necessary details and configurations in the GUI.
- Click the "Generate Command" button to generate the PyInstaller command.
- Copy the generated command and use it to convert your Python script into an executable.
To export this script using PyInstaller, use the following command:
pyinstaller pyinstaller_command_generator.py --onefile --hidden-import os --hidden-import tkinter --hidden-import ast --hidden-import subprocess
PyInstaller ๋ช ๋ น ์์ฑ๊ธฐ๋ ์ฌ์ฉ์ ํธ์๋ฅผ ์ํด ์ค๊ณ๋ ์ฌ์ฉํ๊ธฐ ์ฌ์ด ๋๊ตฌ๋ก, PyInstaller ๋ช ๋ น์ ์์ฝ๊ฒ ์์ฑํ ์ ์๋๋ก ๋์์ค๋๋ค. ์ด ๋๊ตฌ๋ ์ง๊ด์ ์ธ ์ธํฐํ์ด์ค๋ฅผ ์ ๊ณตํ์ฌ PyInstaller ๋ช ๋ น์ ๊ฐํธํ๊ฒ ์์ฑํ ์ ์์ต๋๋ค.
pip install tkinter
pyinstaller_command_generator.py ์คํฌ๋ฆฝํธ๋ฅผ ์คํํฉ๋๋ค. GUI์์ ํ์ํ ์ธ๋ถ ์ ๋ณด์ ์ค์ ์ ์ ๋ ฅํฉ๋๋ค. "๋ช ๋ น ์์ฑ" ๋ฒํผ์ ํด๋ฆญํ์ฌ PyInstaller ๋ช ๋ น์ ์์ฑํฉ๋๋ค. ์์ฑ๋ ๋ช ๋ น์ ๋ณต์ฌํ์ฌ Python ์คํฌ๋ฆฝํธ๋ฅผ ์คํ ํ์ผ๋ก ๋ณํํ๋ ๋ฐ ์ฌ์ฉํฉ๋๋ค.
์ด ์คํฌ๋ฆฝํธ๋ฅผ PyInstaller๋ฅผ ์ฌ์ฉํ์ฌ ๋ด๋ณด๋ด๋ ค๋ฉด ๋ค์ ๋ช ๋ น์ ์ฌ์ฉํ์ธ์:
pyinstaller pyinstaller_command_generator.py --onefile --hidden-import os --hidden-import tkinter --hidden-import ast --hidden-import subprocess