awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 रिपॉजिटरी

Awesome GitHub RepositoriesStandalone Python Distribution

The process of converting Python code into a distributable binary format that includes its own runtime.

Distinct from Python Scripting Environments: Focuses on the distribution of the executable rather than the execution environment or sandboxing.

Explore 3 awesome GitHub repositories matching programming languages & runtimes · Standalone Python Distribution. Refine with filters or upvote what's useful.

Awesome Standalone Python Distribution GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • brentvollebregt/auto-py-to-exebrentvollebregt का अवतार

    brentvollebregt/auto-py-to-exe

    4,952GitHub पर देखें↗

    auto-py-to-exe एक Python से EXE कन्वर्टर और स्टैंडअलोन निष्पादन योग्य पैकेजर है जो PyInstaller के लिए एक वेब-आधारित ग्राफिकल इंटरफ़ेस प्रदान करता है। यह Python स्क्रिप्ट्स को एकल बाइनरी फ़ाइलों में बदल देता है जो स्थानीय Python इंस्टॉलेशन या बाहरी डिपेंडेंसीज़ की आवश्यकता के बिना चलती हैं। यह प्रोजेक्ट एक JSON-आधारित बिल्ड ऑटोमेटर के रूप में कार्य करता है, जो उपयोगकर्ताओं को विभिन्न प्रोजेक्ट्स में सुसंगत और पुनरुत्पादनीय बिल्ड्स सुनिश्चित करने के लिए JSON फ़ाइलों के माध्यम से जटिल पैकेजिंग कॉन्फ़िगरेशन को सहेजने, लोड करने और निर्यात करने की अनुमति देता है। यह टूल स्क्रिप्ट-से-एक्जीक्यूटेबल रूपांतरण को कवर करता है, जिसमें बाइनरी में स्टेटिक एसेट्स और आइकन्स को बंडल करने की क्षमता शामिल है। यह GUI एप्लिकेशन्स के लिए लॉन्च के दौरान सिस्टम कंसोल विंडो को दबाने के विकल्प प्रदान करता है और निष्पादन योग्य पैकेज के बाहर डेटाबेस और फ़ाइलों को रखने के लिए बाहरी डेटा पर्सिस्टेंस का समर्थन करता है। उपयोगकर्ता ग्राफिकल इंटरफ़ेस के माध्यम से या हेडलेस मोड में कमांड-लाइन आर्गुमेंट्स के माध्यम से रूपांतरण प्रक्रिया शुरू कर सकते हैं।

    Converts Python scripts into standalone executable files so users can run them without installing Python.

    JavaScriptautomationbundleexecutable
    GitHub पर देखें↗4,952
  • pex-tool/pexP

    pex-tool/pex

    4,218GitHub पर देखें↗

    Pex is a Python application bundler and isolated environment manager. It packages programs and their entire dependency trees into single executable files to simplify deployment across different environments. The tool functions as a portable executable creator by bundling multiple platform-specific distributions into a single file. This ensures that a program can run across different operating systems by mapping target platforms to compatible binary distributions. The system provides capabilities for dependency management and isolated execution. It can launch scripts or interpreters within te

    Creates a distributable binary format that includes its own Python runtime and dependencies.

    Python
    GitHub पर देखें↗4,218
  • astral-sh/python-build-standaloneastral-sh का अवतार

    astral-sh/python-build-standalone

    4,175GitHub पर देखें↗

    python-build-standalone is a toolchain designed to produce redistributable Python executables across multiple operating systems and hardware architectures. It generates standalone Python binaries that can be distributed to users without requiring a pre-installed system interpreter. The project manages the end-to-end process of cross-platform compilation using target triples and containerized environments to ensure consistent binary output. It includes a distribution pipeline that automates the generation of build matrices and the uploading of compiled artifacts to public release pages and mir

    Produces redistributable Python executables that include their own runtime, removing the need for a pre-installed system interpreter.

    Python
    GitHub पर देखें↗4,175
  1. Home
  2. Programming Languages & Runtimes
  3. Standalone Python Distribution