Skip to content

ian-hamlin/auto-py-to-exe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auto PY to EXE

A .py to .exe converter using a simple graphical interface built with Eel in Python.

Empty interface

Getting Started

Prerequisites

  • Python : Python 2.7 or Python 3.3+ (basically anything that pyinstaller runs on)
  • Chrome : to run the user interface in; eel uses this (app mode)

Installing

  1. Clone/download this repo
  2. Open cmd/terminal and cd to the project
  3. Execute pip install -r requirements.txt

Running the Application

Run run.py. Chrome will open in app mode with the project running inside.

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.

Screenshots

Empty interface Filled out Converting

About

Converts .py to .exe using a simple graphical interface

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 44.8%
  • JavaScript 37.5%
  • CSS 9.6%
  • Python 8.1%