mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-06 07:53:28 -05:00
[PR #2835] [MERGED] Add cx_freeze #11175
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/2835
Author: @Sakth1
Created: 1/8/2026
Status: ✅ Merged
Merged: 1/9/2026
Merged by: @vinta
Base:
master← Head:cx_freeze📝 Commits (1)
00a0742Add cx_freeze to distribution libraries list📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
Added cx_freeze to the list of libraries for creating packaged executables.
Checklist
Add project-name* [project-name](url) - Description ending with period.Why This Project Is Awesome
Which criterion does it meet? (pick one)
Explain:
Mentioned python, since it is mainly scripted in python. Using this tool we can build standalone executables, which is similar to pyinstaller. But we can also build installers (or install script idk what thats called) of the python application, as executables or even MSI installer for windows (niche use case). Which I though was cool.
How It Differs
As mentioned earlier, we can build installers with this program.
If similar entries exist, what makes this one unique?
Similar projects exists like pyinstaller and nukita. But you can only bundle python application into executables and to package a installer out of the executable you would need other tool. You can do both on this tool.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.