johannesk71083/Pyinstaller Windows
Convert python script to windows executable using pyinstaller
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Apr 12, 2025
- License
- MIT
Pinned Snippet
uses: johannesk71083/pyinstaller_action@1aa822f42f19b1a443e6212082bc09f4dff37ffc # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| python-requirements-file-path | path to the python requirements file | — | "" |
| python-version | python version to be used | — | x.x.x |
| input-file-path | path to the python script to be converted to an executable | yes | — |
| onefile | create a one-file bundled executable instead of one-folder bundled one | — | true |
| no-console | do not provide a console window for standard i/o | — | false |
| output-name | name of the output executable or directory | — | "" |
| output-path | path to the output directory | — | output |
| icon-path | path to the icon file (.ico) to be used as the icon for the executable | — | "" |
| additional-data | additional data to be used via --add-data | — | "" |
| paths | additional paths to be used via --paths | — | "" |
| hidden-imports | additional hidden imports to be used via --hidden-import | — | "" |
| exclude-modules | modules to be excluded via --exclude-module | — | "" |
| additional-arguments | additional arguments to be passed to pyinstaller | — | "" |
Outputs
no outputs