713 Forks
13624 Stars
13624 Watchers

Nuitka

Nuitka is a Python compiler written in Python. It's fully compatible with Python 2.6, 2.7, 3.4-3.13. You feed it your Python app, it does a lot of clever things, and spits out an executable or extension module.

How to download and setup Nuitka

Open terminal and run command
git clone https://github.com/Nuitka/Nuitka.git
git clone is used to create a copy or clone of Nuitka repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with Nuitka https://github.com/Nuitka/Nuitka/archive/master.zip

Or simply clone Nuitka with SSH
[email protected]:Nuitka/Nuitka.git

If you have some problems with Nuitka

You may open issue on Nuitka support forum (system) here: https://github.com/Nuitka/Nuitka/issues