cx_Freeze icon
cx_Freeze icon

cx_Freeze

 4 likes

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.

License model

  • FreeOpen Source

Platforms

  • Mac
  • Windows
  • Linux
  No rating
4likes
0comments
0news articles

Features

Suggest and vote on features
No features, maybe you want to suggest one?

 Tags

cx_Freeze News & Activities

Highlights All activities

Recent activities

  • MacDefender updated cx_Freeze
    11 months ago
Show all activities

cx_Freeze information

  • Developed by

    Anthony Tuininga
  • Licensing

    Open Source and Free product.
  • Written in

  • Alternatives

    5 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

GitHub repository

  •  1,438 Stars
  •  231 Forks
  •  43 Open Issues
  •   Updated Apr 17, 2025 
View on GitHub

Popular alternatives

View all

Our users have written 0 comments and reviews about cx_Freeze, and it has gotten 4 likes

cx_Freeze was added to AlternativeTo by CeesT on Oct 19, 2011 and this page was last updated May 28, 2024. cx_Freeze is sometimes referred to as cx Freeze.
No comments or reviews, maybe you want to be first?
Post comment/review

What is cx_Freeze?

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.3 or higher since it makes use of the zip import facility which was introduced in that version.