Making an .exe with Python
How to make a program from a Python file.
So sometimes you may just want to execute your Python code by making an executable(.exe) on Windows or application
We can actually do this extremely simply!
Video Tutorial:
1. Text Based Tutorial (simple .exe):


Master IT Skills that will help you speed up your IT career! Click here ->
2. Creating a program to distribute for any computer.
Now, if you are a Software Developer or something similar, you may actually want to distribute your Python program to just install & run (like old games or programs are installed)
We can do this simply & quickly.



Master IT Skills that will help you speed up your IT career! Click here ->
Last updated