cx_Freeze

Website

  • Libre
  • Mac
  • Windows
  • Linux
Description

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. It is cross platform and should work on any platform that supports Python and the proper libraries. Cx_Freeze works by freezing the Python code into a executable, which can then be run on any computer, regardless of whether or not they have Python installed. It is an ideal solution for distributing applications written in Python, as the user only needs to run the executable, rather than having to install the correct version of Python and any necessary libraries.

Categories
Development software and applications

Alternatives