pip install -U pyinstaller
# Open a command prompt/shell window
# Navigate to the directory where your .py file is located
# then build your app with the following command:
pyinstaller --onefile your_program.py
python -m pip install auto-py-to-exe then run it using python -m auto_py_to_exe
$ pip install auto-py-to-exe
Exe (Compiled using pyinstaller) --> Python
1.) Download https://sourceforge.net/projects/pyinstallerextractor/
2.) python pyinstxtractor.py executable.exe
Credits & Source: https://stackoverflow.com/questions/36581073/exe-to-python-with-pyinstaller
pyinstaller your_program.py
cd C:UsersRonDesktopMyPython