LICENSE
README.md
pyproject.toml
pyinstaller_gui/__init__.py
pyinstaller_gui/__main__.py
pyinstaller_gui/__version__.py
pyinstaller_gui/gui.py
pyinstaller_gui.egg-info/PKG-INFO
pyinstaller_gui.egg-info/SOURCES.txt
pyinstaller_gui.egg-info/dependency_links.txt
pyinstaller_gui.egg-info/entry_points.txt
pyinstaller_gui.egg-info/requires.txt
pyinstaller_gui.egg-info/top_level.txt
pyinstaller_gui/core/__init__.py
pyinstaller_gui/core/command_builder.py
pyinstaller_gui/core/config_manager.py
pyinstaller_gui/core/version_checker.py
pyinstaller_gui/icons/dark.svg
pyinstaller_gui/icons/github.svg
pyinstaller_gui/icons/light.svg
pyinstaller_gui/icons/system.svg
pyinstaller_gui/models/__init__.py
pyinstaller_gui/models/build_config.py
pyinstaller_gui/models/file_item.py
pyinstaller_gui/styles/__init__.py
pyinstaller_gui/styles/constants.py
pyinstaller_gui/styles/themes.py
pyinstaller_gui/tabs/__init__.py
pyinstaller_gui/tabs/advanced_tab.py
pyinstaller_gui/tabs/base_tab.py
pyinstaller_gui/tabs/config_tab.py
pyinstaller_gui/tabs/files_tab.py
pyinstaller_gui/tabs/general_tab.py
pyinstaller_gui/tabs/settings_tab.py
pyinstaller_gui/utils/__init__.py
pyinstaller_gui/utils/file_utils.py
pyinstaller_gui/utils/path_utils.py
pyinstaller_gui/utils/system_utils.py
pyinstaller_gui/widgets/__init__.py
pyinstaller_gui/widgets/file_tree_widget.py
pyinstaller_gui/widgets/header_widget.py
pyinstaller_gui/widgets/output_widget.py
pyinstaller_gui/widgets/version_widget.py
pyinstaller_gui/workers/__init__.py
pyinstaller_gui/workers/pyinstaller_worker.py
tests/test_build_config.py
tests/test_command_builder.py
tests/test_config_manager.py
tests/test_file_item.py
tests/test_file_utils.py
tests/test_path_utils.py
tests/test_system_utils.py
tests/test_version_checker.py