Tag / Sklearn

    Loading posts...
  • 3 Steps How to convert .py to .exe

    I. how to change .py to .exe. (In no problem case) Install pyinstaller with command “pip install pyinstaller” “pyinstaller.exe” will located in …/Scripts/ With command “pyinstaller — onefile …/yourfile.py”, it will generate .exe which located in …/Scripts/dist