This video demonstrates how to convert .py to .exe so you can run a python script without python on the host computer using pyinstaller. This video will show you how to set up pip, install pyinstaller and compile a script a few different ways including; one file, no console and adding an icon.
Currently, Python 3.5 - 3.10 is supported.
🌎 Post with code and a written tutorial: http://nitratine.net/blog/post/conver...
📺 Python Keylogger: • Simulate Key Presses in Python
📺 How to setup pip: • How to Setup Pythons PIP
📺 Auto Py to Exe: • Convert PY to EXE Automatically
🌎 Icons: http://goo.gl/EfpGD0
Correction: 2:49 - Was meant to say it did have an icon
Also Microsoft has replaced cmd with PowerShell in Windows; PowerShell will do the same task just as fine.
🐍 In this video I use Python 3.5.
👍🏼 Feel free to comment with any issues.