Convert PY to EXE Automatically
Mar 14, 2018•Channel
AI Analysis
Data from YouTube Data API v3•Updated Just now
Video Overview
Video Details
PublishedMar 14, 2018
Duration3:05
Video IDOZSZHmWSOeM
Languageen
CategoryEducation
PrivacyPublic
Made for KidsNo
Video TypeRegular Video
Performance Metrics
Views408.3K
Likes5.3K
Comments3.6K
Engagement Rate2.16%
Likes per 100 views1.29
Comments per 1K views8.73
Video Tags
Description
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/auto-py-to-exe
🌎 The article for this project: http://nitratine.net/blog/post/auto-py-to-exe/
🌎 Having some issues? Read this first to clear some things up: https://nitratine.net/blog/post/issues-when-using-auto-py-to-exe/
📺How to Setup Pythons PIP: https://youtu.be/cm6WDGAzDPM
📺 Convert PY to EXE (manual): https://youtu.be/lOIJIk_maO4
🐍 In this video I use Python 3.5.
👍🏼 Feel free to comment with any issues.