Skip to main content

Converts .py to .exe using a simple graphical interface.

Project description

Auto PY to EXE

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

Empty interface

PyPI Version PyPI Supported Versions License Downloads Per Month Supported Platforms Donate

阅读中文版的README ,点击 这里

Suomenkieliset käyttöohjeet löydät täältä

Türkçe Talimatları burada bulabilirsiniz.

Demo

auto-py-to-exe Demo

Getting Started

Prerequisites

  • Python : 3.6-3.11

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

As of PyInstaller 4.0, Python 2.7 is no longer supported. Read "Python 2.7 Support" below for steps on how to use this tool with Python 2.7.

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
  3. Execute python -m pip install -r requirements.txt

Now to run the application, execute python -m auto_py_to_exe. A Chrome window in app mode will open with the project running inside.

Make sure you are in the directory below auto_py_to_exe (you will be after step 3) when calling python -m auto_py_to_exe or you will need to reference the folder auto_py_to_exe absolutely/relatively to where you currently are.

Using the Application

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

Easy.

Arguments

Usage: auto-py-to-exe [-nc] [-c [CONFIG]] [-o [PATH]] [filename]

Argument Type Description
filename positional/optional Pre-fill the "Script Location" field in the UI.
-nc, --no-chrome 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 that the application can be accessed at.
-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.

If you are running this package locally, you will need to call python -m auto_py_to_exe instead of auto-py-to-exe

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).

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.

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 create an issue (click "Get started") and fill out the template provided by the "Bug report" option. If your issue is only associated with your application, please do not create an issue in this repository - instead, comment on the help post, video or create a new discussion.

When filling out the template, be sure to clearly explain what's happening, give reproduction steps and a minimal reproducible example and explain what you believe should have happened. Without these, it's going to take longer to identify the issue.

Translations

Language Translator Translated
Arabic (العربية) Tayeb-Ali UI
Brazilian Portuguese (Português Brasileiro) marleyas, reneoliveirajr UI
Chinese Simplified (简体中文) jiangzhe11 UI and README
Chinese Traditional (繁體中文) startgo UI
Czech Matto58 UI
English - UI and README
Finnish (Suomen kieli) ZapX5 UI and README
French (Français) flaviedesp UI
German (Deutsch) hebens, ackhh UI
Greek (Ελληνικά) sofronas UI
Indonesian (Bahasa Indonesia) MarvinZhong UI
Italian (Italiano) itsEmax64 UI
Japanese (日本語) NattyanTV UI
Persian (قارسی) DrunkLeen UI
Russian (Русский) Oleg UI
Spanish (Español) enriiquee UI
Spanish Latam (Español Latam) Matyrela UI
Serbian rina UI
Thai (ภาษาไทย) teerut26 UI (partial)
Turkish (Türkçe) mcagriaksoy UI and README
Ukrainian (Українська) AndrejGorodnij UI
Vietnamese (Tiếng Việt) 7777Hecker UI

Want to add a translation for another language? Update i18n.js and submit a PR or attach it in an issue.

Python 2.7 Support

As of PyInstaller v4.0 released on Aug 9 2020, Python 2.7 is no longer supported; although you can still use this tool with Python 2.7 by installing an older version of PyInstaller. PyInstaller v3.6 was the last version that supported Python 2.7; to install this, first uninstall any existing versions of PyInstaller and then execute python -m pip install pyinstaller==3.6.

Testing

Tests are located in tests/ and are run using pytest:

$ pip install pytest
$ pip install -e .
$ pytest

Screenshots

Empty interface Filled out
Converting Completed

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

auto-py-to-exe-2.37.0.tar.gz (178.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

auto_py_to_exe-2.37.0-py2.py3-none-any.whl (181.1 kB view details)

Uploaded Python 2Python 3

File details

Details for the file auto-py-to-exe-2.37.0.tar.gz.

File metadata

  • Download URL: auto-py-to-exe-2.37.0.tar.gz
  • Upload date:
  • Size: 178.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.4

File hashes

Hashes for auto-py-to-exe-2.37.0.tar.gz
Algorithm Hash digest
SHA256 62350e40171ac8b5c3a64f0f8be2b385820ca4657601476b0ee0c8d1484379f1
MD5 68dcd726d1766498e03149c1c549f85f
BLAKE2b-256 c5d8ded039a69b0c7455cdb74ca58106f6747ff149d95c5d55081812ee90c38b

See more details on using hashes here.

File details

Details for the file auto_py_to_exe-2.37.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for auto_py_to_exe-2.37.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 1d5c69a2613d249a61972ac898d3f2efcd20a7f29d33577a467f610a84a2a5fa
MD5 5ae607f6329042a5ae5a56ce7f5782d7
BLAKE2b-256 6c42adf8c05e39ecb0fe89c769eabdc31ed030c08266aef7c6dd3e2f1e514e72

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page