This is a py-to-exe
converting tool.
- Interactive mode:
$ ./py-exe.sh
- Direct mode:
$ ./py-exe.sh <main-python-source> <out-exe-path> <do-not-compile-all-project>
Just create a pull request.
- Host system must have python installed with the same version the project built by, added to path and known as
$ python
to run the distributed package, this should be reported in the package documentations or guide.