PyInstaller Alternatives
PyInstaller is described as 'Program that freezes (packages) Python programs into stand-alone executables, under Windows, Linux, Mac OS X, FreeBSD, Solard AIX' and is an app in the development category. There are five alternatives to PyInstaller for Windows, Linux and Mac. The best PyInstaller alternative is nuitka, which is both free and Open Source. Other great apps like PyInstaller are cx_Freeze, py2exe, Shed Skin and bbfreeze.
- Free • Open Source
- 3 likes5 nuitka alternatives
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.
nuitka VS PyInstaller
Is nuitka a good alternative to PyInstaller? - 4 likes5 cx_Freeze alternatives
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.
cx_Freeze VS PyInstaller
Is cx_Freeze a good alternative to PyInstaller? - 5 likes6 py2exe alternatives
A distutils extension to create standalone Windows programs from Python scripts.
py2exe VS PyInstaller
Is py2exe a good alternative to PyInstaller? - 2 likes5 Shed Skin alternatives
Shed Skin is an experimental compiler, that can translate pure, but implicitly statically typed Python (2.4-2.6) programs into optimized C++. It can generate stand-alone programs or extension modules that can be imported and used in larger Python programs.
Shed Skin VS PyInstaller
Is Shed Skin a good alternative to PyInstaller? - Like this app5 bbfreeze alternatives
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.
Discontinuedbbfreeze currently does not have a maintainer. No new releases since 2014.
bbfreeze VS PyInstaller
Is bbfreeze a good alternative to PyInstaller?