We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Nuitka compiles python scripts into an exectuable binary:
The following command build a standalone exectuable via clang:
nuitka --standalone --improved --clang /path/to/your.py
You can find the exectuable your.exe under your.dist in the current directory.
your.exe
your.dist
It supports Python 2.6, 2.7, 3.2, 3.3, 3.4.