Convert PY to EXE Automatically

Опубликовано: 31 Март 2025
на канале: PyTutorials
404,663
5.2k

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): https://github.com/brentvollebregt/au...
🌎 The article for this project: http://nitratine.net/blog/post/auto-p...

🌎 Having some issues? Read this first to clear some things up: https://nitratine.net/blog/post/issue...

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

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