Skip to content

Commit 00a0742

Browse files
authored
Add cx_freeze to distribution libraries list
Added cx_freeze to the list of libraries for creating packaged executables.
1 parent 464bb46 commit 00a0742

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,7 @@ _Frameworks and libraries for Distributed Computing._
471471

472472
_Libraries to create packaged executables for release distribution._
473473

474+
- [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.
474475
- [Nuitka](https://github.com/Nuitka/Nuitka) - Compiles Python programs into high-performance standalone executables (cross-platform, supports all Python versions).
475476
- [py2app](https://github.com/ronaldoussoren/py2app) - Freezes Python scripts (Mac OS X).
476477
- [py2exe](https://github.com/py2exe/py2exe) - Freezes Python scripts (Windows).

0 commit comments

Comments
 (0)