[PR #888] [CLOSED] Add cx_Freeze in distribution. #797

Closed
opened 2025-11-06 13:02:51 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/888
Author: @AkshatGiri
Created: 5/16/2017
Status: Closed

Base: masterHead: master


📝 Commits (2)

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

What is this Python project?

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.7 or higher and does work with Python 3.

What's the difference between this Python project and similar ones?

I have tried all the similar libraries, but personally This is the one that has worked the best for me. Other libraries are outdated and complicated to work with. This one is a little more simpler. It works with Python 3 pretty easily. That is why I like it.

--

Anyone who agrees with this pull request could vote for it by adding a 👍 to it, and usually, the maintainer will merge it when votes reach 20.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/888 **Author:** [@AkshatGiri](https://github.com/AkshatGiri) **Created:** 5/16/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`6c3fce6`](https://github.com/vinta/awesome-python/commit/6c3fce6ee066e8280a66a2230a08528e83bbd294) Update README.md - [`8cda495`](https://github.com/vinta/awesome-python/commit/8cda49526c1eb8961c0958f0c95c95fa321ada5d) Merge branch 'master' into master ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## What is this Python project? 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.7 or higher and does work with Python 3. ## What's the difference between this Python project and similar ones? I have tried all the similar libraries, but personally This is the one that has worked the best for me. Other libraries are outdated and complicated to work with. This one is a little more simpler. It works with Python 3 pretty easily. That is why I like it. -- Anyone who agrees with this pull request could vote for it by adding a :+1: to it, and usually, the maintainer will merge it when votes reach **20**. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 13:02:51 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#797