Convert PY to EXE Automatically

Опубликовано: 14 Март 2018
на канале: PyTutorials
400k
5k

This video demonstrates how to convert .py to .exe with the project auto-py-to-exe so you can run a python script without python on the host computer. The interface is very simple and offers a lot of options.

A faster way to install this now is to execute "pip install auto-py-to-exe"

Currently, Python 3.5 - 3.10 is supported.

This project uses Pyinstaller to convert the script and Eel for the interface. It also uses chrome to display a local server. (Chrome is not required, Firefox/Edge/an other browser will work just as well).

Github Repository (Project):
The article for this project:

Having some issues? Read this first to clear some things up:

How to Setup Pythons PIP:
Convert PY to EXE (manual):

In this video I use Python 3.5.
Feel free to comment with any issues.