option 1:
cmd:
pip install pyinstaller // run once to install
cd .py file directory address
pyinstaller --onefile pythonScriptName.py

option 2 GUI option:
pip3 install auto-py-to-exe
auto-py-to-exe

select one Dir if there are file dependencies to the project(txt, spread sheets, picture files)