awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
brentvollebregt avatar

brentvollebregt/auto-py-to-exe

0
View on GitHub↗
4,952 estrellas·809 forks·JavaScript·MIT·7 vistas

Auto Py To Exe

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.

El proyecto funciona como un automatizador de compilación basado en JSON, lo que permite a los usuarios guardar, cargar y exportar configuraciones de empaquetado complejas a través de archivos JSON para garantizar compilaciones consistentes y reproducibles en diferentes proyectos.

La herramienta cubre la conversión de script a ejecutable, incluida la capacidad de agrupar activos estáticos e iconos en el binario. Proporciona opciones para suprimir la ventana de la consola del sistema durante el lanzamiento para aplicaciones GUI y admite la persistencia de datos externos para mantener bases de datos y archivos fuera del paquete ejecutable.

Los usuarios pueden iniciar el proceso de conversión a través de la interfaz gráfica o mediante argumentos de línea de comandos en un modo sin interfaz.

Features

  • Packaging Tool Graphical Interfaces - Provides a web-based graphical interface that serves as a visual wrapper for the PyInstaller command-line tool.
  • CLI GUI Wrappers - Provides a graphical user interface that wraps PyInstaller's command-line tool for a visual alternative to the terminal.
  • Configuration-Driven Build Automators - Implements a JSON-based system to save, load, and export complex packaging configurations for reproducible builds.
  • Build Configurations - Imports predefined build settings from configuration files to automate the setup of the conversion process.
  • Configuration Exporting - Saves build settings and argument configurations into portable JSON formats for future use.
  • Configuration Importing - Loads previous build settings and output directory paths from JSON files to automate setup.
  • Script-to-Executable Compilers - Compiles Python scripts into standalone executable binaries that run without a local Python installation.
  • Configuration File Importers - Imports pre-defined bundling and packaging settings from structured configuration files.
  • Python Application Packagers - Provides specialized capabilities for bundling Python scripts with assets and icons into standalone native executable binaries.
  • Standalone Executable Generators - Bundles Python scripts with static assets and dependencies into distributable standalone executable formats.
  • Build Automation - Automates the process of converting Python scripts into executables using stored configuration settings.
  • Python to Executable Conversion - Transforms Python source scripts into standalone executable files, including custom icons and data files.
  • Standalone Python Distribution - Converts Python scripts into standalone executable files so users can run them without installing Python.
  • Build Parameter Serialization - Serializes complex executable packaging settings into portable JSON files for reproducible builds.
  • Asset Bundling - Includes external data files and folders within the executable to ensure runtime resource availability.
  • CLI Configurations - Allows configuration of script locations, output directories, and language preferences via command-line arguments.
  • Command Construction - Dynamically assembles shell command strings based on the user interface state to trigger the bundling process.
  • Headless Execution Modes - Runs the application server in a headless mode to avoid launching the graphical user interface.
  • Headless Server Execution - Allows the application backend to run without a graphical interface for automated build processes.
  • Window Hiding - Prevents terminal or console windows from appearing during launch to provide a cleaner experience for GUI apps.

Historial de estrellas

Gráfico del historial de estrellas de brentvollebregt/auto-py-to-exeGráfico del historial de estrellas de brentvollebregt/auto-py-to-exe

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Preguntas frecuentes

¿Qué hace brentvollebregt/auto-py-to-exe?

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.

¿Cuáles son las características principales de brentvollebregt/auto-py-to-exe?

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.

¿Qué alternativas de código abierto existen para brentvollebregt/auto-py-to-exe?

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…

Alternativas open-source a Auto Py To Exe

Proyectos open-source similares, clasificados según cuántas características comparten con Auto Py To Exe.
  • pex-tool/pexP

    pex-tool/pex

    4,218Ver en GitHub↗

    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

    Python
    Ver en GitHub↗4,218
  • metalsmith/metalsmithAvatar de metalsmith

    metalsmith/metalsmith

    7,827Ver en GitHub↗

    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

    JavaScriptjavascriptmarkdownmarkdown-to-html
    Ver en GitHub↗7,827
  • pypa/setuptoolsAvatar de pypa

    pypa/setuptools

    2,809Ver en GitHub↗

    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

    Python
    Ver en GitHub↗2,809
  • o3de/o3deAvatar de o3de

    o3de/o3de

    8,954Ver en GitHub↗

    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

    C++3d-graphics3d-graphics-engineanimation
    Ver en GitHub↗8,954
  • Ver las 30 alternativas a Auto Py To Exe→