I am attempting to use cx_Freeze as an alternative to my usual application for converting .py to .exe (auto-py-to-exe). When I run it in cmd I get:
C:\\WINDO
Read this doc. Create a setup.py file in your project directory and copy the content from the docs into it.
setup.py
Modify it as necessary, then run python setup.py build inside your project directory.
python setup.py build