johannesk71083/Pyinstaller Windows

Convert python script to windows executable using pyinstaller

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Apr 12, 2025
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: johannesk71083/pyinstaller_action@1aa822f42f19b1a443e6212082bc09f4dff37ffc # no releases — HEAD as of 2026-07-11

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
python-requirements-file-pathpath to the python requirements file""
python-versionpython version to be usedx.x.x
input-file-pathpath to the python script to be converted to an executableyes
onefilecreate a one-file bundled executable instead of one-folder bundled onetrue
no-consoledo not provide a console window for standard i/ofalse
output-namename of the output executable or directory""
output-pathpath to the output directoryoutput
icon-pathpath to the icon file (.ico) to be used as the icon for the executable""
additional-dataadditional data to be used via --add-data""
pathsadditional paths to be used via --paths""
hidden-importsadditional hidden imports to be used via --hidden-import""
exclude-modulesmodules to be excluded via --exclude-module""
additional-argumentsadditional arguments to be passed to pyinstaller""

no outputs