From 00a07420cd1ee1f0114af386b1a9f9cb93cd5aea Mon Sep 17 00:00:00 2001 From: Sakthi Murugan C <168261877+Sakth1@users.noreply.github.com> Date: Thu, 8 Jan 2026 15:34:01 +0530 Subject: [PATCH] Add cx_freeze to distribution libraries list Added cx_freeze to the list of libraries for creating packaged executables. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ed2e4bd2..9874d592 100644 --- a/README.md +++ b/README.md @@ -471,6 +471,7 @@ _Frameworks and libraries for Distributed Computing._ _Libraries to create packaged executables for release distribution._ +- [cx_freeze](https://github.com/marcelotduarte/cx_Freeze) - It is a Python tool that converts Python scripts into standalone executables and installers for Windows, macOS, and Linux. - [Nuitka](https://github.com/Nuitka/Nuitka) - Compiles Python programs into high-performance standalone executables (cross-platform, supports all Python versions). - [py2app](https://github.com/ronaldoussoren/py2app) - Freezes Python scripts (Mac OS X). - [py2exe](https://github.com/py2exe/py2exe) - Freezes Python scripts (Windows).