# cx-Freeze - Create standalone executables from Python scripts # PyPi: https://pypi.org/project/cx-Freeze/ # pip install cx-Freeze # In a virtual environment, install by issuing the command: # pip install cx_Freeze --upgrade # script file_name.py which you want to turn into an executable, by this command: # cxfreeze -c hello.py --target-dir dist # Docs: to cxfreeze script # https://cx-freeze.readthedocs.io/en/latest/script.html#script