Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 501 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 501 Bytes

PyExe v1.0

This is a py-to-exe converting tool.

Usage:

  • Interactive mode:
$ ./py-exe.sh
  • Direct mode:
$ ./py-exe.sh <main-python-source> <out-exe-path> <do-not-compile-all-project>

Collaboration:

Just create a pull request.

NOTICE:

  • 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.