SXXXXXXX_PyInstallerGUIWrapper/tool_config.json
2025-05-05 12:35:58 +02:00

8 lines
267 B
JSON

{
"display_name": "PyInstaller GUI Wrapper",
"description": "Creates executables from Python projects using PyInstaller with a GUI.",
"command": ["python", "-m", "pyinstallerguiwrapper"],
"version": "1.1",
"parameters": [],
"has_gui": true
}