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 Supported Platforms

Getting Started

Prerequisites

  • Python : Python 2.7 / 3.5-3.7 (see here for 3.8)

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.

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

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

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

Configurations

Instead of inserting the same data into the UI over and over again, you can export the current state of the UI by going to the section "Configuration Import and Export" at the bottom of the advanced tab and exporting a JSON string to the clipboard or a file. This can then be imported into the UI again to re-populate all fields.

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.

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.7.2.tar.gz (69.8 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.7.2-py2.py3-none-any.whl (74.1 kB view details)

Uploaded Python 2Python 3

File details

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

File metadata

  • Download URL: auto-py-to-exe-2.7.2.tar.gz
  • Upload date:
  • Size: 69.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.7

File hashes

Hashes for auto-py-to-exe-2.7.2.tar.gz
Algorithm Hash digest
SHA256 65a260a4e8fb62152640cd184b1611f1ecd191e49e13d11ddffc81106bdd914a
MD5 e0f33d61ba23fac5e8d6ed832c7c8019
BLAKE2b-256 e2fb29ae55aba38ef1ae03d49066e23aec865e4adac715a952b0a91dfe332407

See more details on using hashes here.

File details

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

File metadata

  • Download URL: auto_py_to_exe-2.7.2-py2.py3-none-any.whl
  • Upload date:
  • Size: 74.1 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.7

File hashes

Hashes for auto_py_to_exe-2.7.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 0e7b95088b3506497400cb840511fbe6d086cd85d1fd9a7087f0b4af9a6bc66a
MD5 c16ca32bbea6c0836eeeefb92de16a68
BLAKE2b-256 6b1e17ccb19054cc8da3ac4a091342dd8b48517f5a665bca1a06c49ab67db9f4

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