Making Executable File

How do you convert a .py file into an executable file so that someone without Python can run your program?

Nice YouTube Video

Things to do once:
    1- Download cx_Freeze   (32 bit or 64 bit according to your python installation)
    2- (Optionally) Put a copy of python.exe in the same directory as your program files.

The steps (each time you want to create .exe file):
    1- Create a "setup" file   ( general format file )
    2- At the command prompt type: python.exe [setup file name] build