I downloaded pyinstaller and pywin32 and placed both in the Python32-35 folder
I then put a copy of the gui program(Homework.py) I coded into the Scripts folder that is located in the previous folder
Now I when I open a cmd window and enter the code
pyinstaller--onefile --windowed Homework.py I am receiving the error in cmd saying
'pyinstaller--onefile' is not recognized as an internal or external command, operable program or batch file.