About 72,500 results
Open links in new tab
  1. cx-Freeze · PyPI

    Nov 23, 2025 · cx_Freeze Creates standalone executables from Python scripts with the same performance as the original script. It is cross-platform and should work on any platform that …

  2. cx_Freeze 8.5.0 documentation

    cx_Freeze creates standalone executables from Python scripts with the same performance as the original script. It is cross-platform and should work on any platform that Python runs on. The …

  3. Using CX_Freeze in Python - GeeksforGeeks

    Jul 11, 2025 · 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, …

  4. GitHub - marcelotduarte/cx_Freeze: Creates standalone …

    cx_Freeze uses a license derived from the Python Software Foundation License. You can read the cx_Freeze license in the documentation or in the source repository.

  5. Install cx_Freeze for Python Easily - PyTutorial

    May 26, 2025 · If you encounter errors, ensure your Python version is compatible. cx_Freeze works with Python 3.6+. For multiple Python versions, use Install Multiple Python Versions …

  6. cx_Freeze - GitHub Pages

    Nov 24, 2025 · cx_Freeze creates standalone executables from Python scripts with the same performance as the original script. It is cross-platform and should work on any platform that …

  7. Chapter 42 - cx_Freeze — Python 101 1.0 documentation

    In this chapter, we will be learning about cx_Freeze, a cross-platform set of scripts designed to freeze Python scripts into executables in a manner similar to py2exe, PyInstaller, etc. We will …

  8. cx_Freeze Tutorial (Python .py to .exe conversion)

    Jan 6, 2023 · In this Python tutorial, we will discuss the cx_Freeze library, used to effectively and efficiently create EXE's for our Python applications.

  9. Using cx_Freeze - cx_Freeze 8.5.0 documentation

    Using cx_Freeze ¶ There are three different ways to use cx_Freeze: Use the included cxfreeze script. Create a setup script. This is useful if you need extra options when freezing your …

  10. cx_Freeze/README.md at main · marcelotduarte/cx_Freeze

    cx_Freeze Creates standalone executables from Python scripts with the same performance as the original script. It is cross-platform and should work on any platform that Python runs on.