Best py2exe Alternatives (18)

Looking for a py2exe alternative? We've compiled the best options based on user reviews, features, and pricing to help you find the right fit.

What is py2exe? py2exe is a Python module that allows you to easily create standalone Windows executable programs from Python scripts. It bundles all necessary parts so you can distribute the resulting executables to end users who do not have Python installed.

Top Alternatives to py2exe

MSIX Packaging SDK

MSIX Packaging SDK

Open Source

The MSIX Packaging SDK is a set of libraries that allow developers to package desktop and UWP apps as MSIX …

cx_Freeze

cx_Freeze

Free

cx_Freeze is a Python utility to compile Python code into standalone executable files for distribution. It works by analyzing the …

nuitka

nuitka

Open Source

Nuitka is an open source Python compiler that translates Python code into C or C++ code. It allows developers to …

bbfreeze

bbfreeze

Open Source

bbfreeze is a converter for Python programs into stand-alone executables, under Windows, Linux, Mac OS X, FreeBSD, Solaris and AIX. …

PyInstaller

PyInstaller

Open Source

PyInstaller is an open-source tool that converts Python programs into stand-alone executables for distribution to end users. It bundles all …

Shed Skin is an experimental compiler, Python to C++, that makes creating Python extensions easy. It uses advanced static analysis …

More Similar Software

py2exe Overview

py2exe is a Python module that facilitates the creation of standalone Windows executable programs from Python scripts. It works by analyzing the scripts as well as all imported modules and packages, then compiling them into binary packages that can be bundled together with the Python interpreter and runtime libraries.Some key capabilities and benefits of py2exe include:Allows distribution of Python programs to end users without requiring Python to be installedPackages all necessary files so the resulting executables are self-containedProvides options to …

Pricing: Open Source

Quick Comparison

SoftwarePricingScore
py2exeOpen Source
MSIX Packaging SDKOpen Source
cx_FreezeFree
nuitkaOpen Source
bbfreezeOpen Source
PyInstallerOpen Source
Shed SkinN/A

Read full py2exe review → | Browse Development software