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)

note auto-py has a hide early option to hide the console, thus showing only the program.
if you have image files, add the (images)dir manually to the .exe dir