cx_Freeze
Description
cx_Freeze is a set of utilities for freezing Python scripts into executables using many of the techniques found in Thomas Heller's py2exe, Gordon McMillan's Installer and the Freeze utility that ships with Python itself
cx_Freeze Web SiteUser Ratings
User Reviews
-
Very useful for Software Test Tool writers. Using cxfreeze , I'm able to distribute my python scripts to everyone within my company. -J_Tom_Moon_79
-
cx-freeze is fast and stable
-
great tool - did really help me
-
Faster than py2exe. Plus there is a release for python 3.1, unlike with py2exe. Also is a little easier to understand how to use than py2exe. Plenty of customization options. I love it!
-
I just love it! It's easier to configure than pyInstaller and faster to use than py2exe (you don't have to use a setup.py if you don't need special settings). Just great!