PyInstaller
A program that packages Python programs into stand-alone executables, under Windows, Linux and Irix.
py2exe
A distutils extension to convert Python scripts into executable Windows programs.
py2app
A distutils command that packages Python programs into stand-alone Mac applications.
cx_Freeze
A set of utilities for freezing Python scripts into executables, available for Windows and many Unix variants.
[ 1 ]
|