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):

You should have something like this after installing PyInstaller

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


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.

After running the installer, go into the "dist" folder, and move that application to wherever you want!

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

Last updated