MCPcopy
hub / github.com/brentvollebregt/auto-py-to-exe

github.com/brentvollebregt/auto-py-to-exe @v2.50.1 sqlite

repository ↗ · DeepWiki ↗ · release v2.50.1 ↗
138 symbols 360 edges 30 files 42 documented · 30%
README

Auto PY to EXE

A .py to .exe converter using a simple graphical interface and PyInstaller in Python.

<img src="https://nitratine.net/posts/auto-py-to-exe/feature.png" alt="Empty interface">







<a href="https://pypi.org/project/auto-py-to-exe/"><img src="https://img.shields.io/pypi/v/auto-py-to-exe.svg" alt="PyPI Version"></a>
<a href="https://pypi.org/project/auto-py-to-exe/"><img src="https://img.shields.io/pypi/pyversions/auto-py-to-exe.svg" alt="PyPI Supported Versions"></a>
<a href="https://pypi.org/project/auto-py-to-exe/"><img src="https://img.shields.io/pypi/l/auto-py-to-exe.svg" alt="License"></a>
<a href="https://pepy.tech/project/auto-py-to-exe"><img src="https://static.pepy.tech/badge/auto-py-to-exe/month" alt="Downloads Per Month"></a>
<a href="https://pyinstaller.readthedocs.io/en/stable/requirements.html"><img src="https://img.shields.io/badge/platform-windows%20%7C%20linux%20%7C%20macos-lightgrey" alt="Supported Platforms"></a>
<a href="https://www.buymeacoffee.com/brentvollebregt"><img src="https://img.shields.io/badge/-buy_me_a%C2%A0beer-gray?logo=buy-me-a-coffee" alt="Donate"></a>

English | 简体中文 | Suomen kieli | Türkçe | فارسی | 한국어 | Български | हिन्दी | עברית | Беларуская | Slovenščina | српски | srpski

Demo

<img src="https://nitratine.net/posts/auto-py-to-exe/auto-py-to-exe-demo.gif" alt="auto-py-to-exe Demo">

Getting Started

Prerequisites

  • Python: 3.6-3.14

To have the interface displayed in the images, you will need Chrome. If Chrome is not installed or --default-browser is passed, the default browser will be used.

Installation and Usage

Installing via PyPI

You can install this project using PyPI:

$ pip install auto-py-to-exe

Then to run it, execute the following in the terminal:

$ auto-py-to-exe

If you have more than one version of Python installed, you can use python -m auto_py_to_exe instead of auto-py-to-exe.

Installing via GitHub

$ git clone https://github.com/brentvollebregt/auto-py-to-exe.git
$ cd auto-py-to-exe
$ python setup.py install

Then to run it, execute the following in the terminal:

$ auto-py-to-exe

Running Locally via Github (no install)

You can run this project locally by following these steps:

  1. Clone/download the repo
  2. Open cmd/terminal and cd into the project's root folder
  3. Execute python -m pip install -r requirements.txt
  4. Execute python -m auto_py_to_exe to run the application

Using the Application

  1. Select your script location (paste in or use a file explorer)
  2. The outline will become blue if the file exists
  3. Select other options and add things like an icon or other files
  4. Click the big blue button at the bottom to convert
  5. Find your converted files in /output when completed

Easy.

Arguments

Use the help flag to get the usage: auto-py-to-exe --help

Argument Type Description
filename positional/optional Pre-fill the "Script Location" field in the UI.
-db, --default-browser optional Open the UI using the default browser (which may be Chrome). Will not try to find Chrome.
-nu, --no-ui optional Don't try to open the UI in a browser and simply print out the address where the application can be accessed.
-c [CONFIG], --config [CONFIG] optional Provide a configuration file (JSON) to pre-fill the UI. These can be generated in the settings tab.
-o [PATH], --output-dir [PATH] optional Set the default output directory. This can still be changed in the UI.
-bdo [FOLDER_PATH], --build-directory-override [FOLDER_PATH] optional Override the default build directory. Useful if you need to whitelist a folder to stop your antivirus from removing files.
-lang [LANGUAGE_CODE], --language [LANGUAGE_CODE] optional Hint the UI what language it should default to when opening. Language codes can be found in the table under "Translations" below.

JSON Configuration

Instead of inserting the same data into the UI over and over again, you can export the current state by going to the "Configuration" section within the settings tab and exporting the config to a JSON file. This can then be imported into the UI again to re-populate all fields.

This JSON config export action does not save the output directory automatically as moving hosts could mean different directory structures. If you want to have the output directory in the JSON config, add the directory under nonPyinstallerOptions.outputDirectory in the JSON file (will need to create a new key).

Examples

The examples/ directory offers some examples of how to write your scripts and package them with auto-py-to-exe.

Video

If you need something visual to help you get started, I made a video for the original release of this project; some things may be different but the same concepts still apply.

Contributing

Check out CONTRIBUTING.md to see guidelines on how to contribute. This outlines what to do if you have a new feature, a change, translation update or have found an issue with auto-py-to-exe.

Issues Using the Tool

If you're having issues with the packaged executable or using this tool in general, I recommend you read my blog post on common issues when using auto-py-to-exe. This post covers things you should know about packaging Python scripts and fixes for things that commonly go wrong.

If you believe you've found an issue with this tool, please follow the "Reporting an Issue" section in CONTRIBUTING.md.

Translations

Language Translators UI README CONTRIBUTING Examples
Arabic (العربية) Tayeb-Ali ✔️
Belarusian (Беларуская) Zmicier21 ✔️⚠️ ✔️
Brazilian Portuguese (Português Brasileiro) marleyas, reneoliveirajr ✔️
Bulgarian (Български) kbkozlev ✔️ ✔️
Chinese Simplified (简体中文) jiangzhe11 and Emptylight ✔️⚠️ ✔️ ✔️
Chinese Traditional (繁體中文) startgo ✔️
Czech (Čeština) Matto58 ✔️
Dutch (Nederlands) barremans ✔️
English - ✔️ ✔️ ✔️ ✔️
Finnish (Suomen kieli) ZapX5 ✔️ ✔️
French (Français) flaviedesp ✔️
German (Deutsch) hebens, ackhh ✔️
Greek (Ελληνικά) sofronas ✔️
Hebrew (עברית) ronbentata ✔️ ✔️
Hindi (हिन्दी) triach-rold ✔️ ✔️
Hungarian (Magyar) synexdev01 ✔️
Indonesian (Bahasa Indonesia) MarvinZhong ✔️
Italian (Italiano) [itsEmax64](https://github.com/itsE

Core symbols most depended-on inside this repo

updateCurrentCommandDisplay
called by 16
auto_py_to_exe/web/js/configuration.js
getTranslation
called by 14
auto_py_to_exe/web/js/i18n.js
write
called by 8
auto_py_to_exe/utils.py
colourInput
called by 7
auto_py_to_exe/web/js/interface.js
addDoubleInputForSrcDst
called by 6
auto_py_to_exe/web/js/interface.js
getNonPyinstallerConfiguration
called by 5
auto_py_to_exe/web/js/configuration.js
askForFile
called by 5
auto_py_to_exe/web/js/utils.js
askForFolder
called by 5
auto_py_to_exe/web/js/utils.js

Shape

Function 124
Method 8
Class 6

Languages

TypeScript52%
Python48%

Modules by API surface

auto_py_to_exe/web/js/staticEvents.js24 symbols
auto_py_to_exe/ui.py20 symbols
auto_py_to_exe/web/js/interface.js13 symbols
auto_py_to_exe/utils.py13 symbols
tests/helpers.py10 symbols
auto_py_to_exe/web/js/utils.js10 symbols
auto_py_to_exe/web/js/modal.js5 symbols
auto_py_to_exe/web/js/importExport.js5 symbols
auto_py_to_exe/web/js/configuration.js5 symbols
auto_py_to_exe/packaging.py5 symbols
auto_py_to_exe/web/js/i18n.js4 symbols
auto_py_to_exe/dialogs.py4 symbols

Dependencies from manifests, versioned

Eel0.11.0 · 1×
PyInstaller5.8.0 · 1×

For agents

$ claude mcp add auto-py-to-exe \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact