auto-py-to-exe es un convertidor de Python a EXE y empaquetador de ejecutables independiente que proporciona una interfaz gráfica basada en web para PyInstaller. Transforma scripts de Python en archivos binarios únicos que se ejecutan sin requerir una instalación local de Python o dependencias externas.
Las características principales de brentvollebregt/auto-py-to-exe son: Packaging Tool Graphical Interfaces, CLI GUI Wrappers, Configuration-Driven Build Automators, Build Configurations, Configuration Exporting, Configuration Importing, Script-to-Executable Compilers, Configuration File Importers.
Las alternativas de código abierto para brentvollebregt/auto-py-to-exe incluyen: pex-tool/pex — Pex is a Python application bundler and isolated environment manager. It packages programs and their entire dependency… metalsmith/metalsmith — Metalsmith is a Node.js static site generator and static content processor that transforms source files into websites,… pypa/setuptools — Setuptools is a Python package build tool and distribution framework used to bundle code into distributable archives.… o3de/o3de — This project is an open-source 3D game engine designed for building high-fidelity games, simulations, and cinematic… dotnet/msbuild — MSBuild is a .NET build engine and software build automation system that transforms source code into deployable… timarney/react-app-rewired — This project is a configuration utility and JavaScript bundler manager designed to extend build scripts and override…
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
Metalsmith is a Node.js static site generator and static content processor that transforms source files into websites, eBooks, or technical documentation. It functions as a file-to-object transformer, converting directory trees into plain JavaScript objects that can be programmatically manipulated in memory. The project is built around a pluggable build pipeline where files are passed through a sequence of custom functions to transform content and metadata incrementally. This architecture allows users to extend functionality by writing their own plugins or using third-party modules to define
Setuptools is a Python package build tool and distribution framework used to bundle code into distributable archives. It functions as a project metadata manager, allowing for the declarative definition of project identity, versioning, and dependencies. The toolkit distinguishes itself by providing an extension compiler for C and C++ source files and a plugin architecture that uses entry points to enable runtime discovery of functionality. It also supports development environment tooling, such as editable installs that link source code directly to the environment to allow immediate changes wit
This project is an open-source 3D game engine designed for building high-fidelity games, simulations, and cinematic environments. It functions as a robotics simulation platform with native integration for ROS 2 to model robot controllers and sensors. The engine features a multi-threaded Forward+ physically based renderer that supports hardware-accelerated ray tracing and global illumination. The system is built on a modular extension architecture using Gems to add or replace features without modifying core binaries. It includes a native SDK for AWS cloud integration, enabling IAM authenticati