nuitka Alternatives
nuitka is described as *'Nuitka is a Python compiler.
It's fully compatible with Python 2.6, 2.7, 3.2, 3.3, 3.4 and 3.5.
You feed it your Python app, it does a lot of clever things, and spits out an executable or extension module'* and is an app in the development category. There are five alternatives to nuitka for Windows, Linux, Mac, BSD and Python. The best alternative is PyInstaller, which is both free and Open Source. Other great apps like nuitka are py2exe, Cython, cx_Freeze and bbfreeze.
PyInstaller
Is this a good alternative?YesNo- Free • Open Source
5 alternatives to PyInstaller- Mac
- Windows
- Linux
- BSD
- Python
PyInstaller is a program that freezes (packages) Python programs into stand-alone executables, under Windows, Linux, Mac OS X, FreeBSD, Solaris and AIX.
A distutils extension to create standalone Windows programs from Python scripts.
Cython is a language that makes writing C extensions for the Python language as easy as Python itself. Cython is based on the well-known Pyrex, but supports more cutting edge functionality and optimizations.
cx_Freeze
Is this a good alternative?YesNo- Free • Open Source
5 alternatives to cx_Freeze- Mac
- Windows
- Linux
cx_Freeze is a set of scripts and modules for freezing Python scripts into executables in much the same way that py2exe and py2app do. Unlike these two tools, cx_Freeze is cross platform and should work on any platform that Python itself works on. It requires Python 2.
bbfreeze
Is this a good alternative?YesNo- Free • Open Source
5 alternatives to bbfreeze- Mac
- Windows
- Linux
bbfreeze creates stand-alone executables from python scripts. It's similar in purpose to the well known py2exe for windows, py2app for OS X, PyInstaller and cx_Freeze (in fact ancient versions were based on cx_Freeze.
bbfreeze Features
Discontinuedbbfreeze currently does not have a maintainer. No new releases since 2014.