cx_Freeze - make python program executable

  • Intro.

  • cx_Freeze is tool for making your python program as executable program under Linux, Mac OS and Windows operating system (similar with pyinstaller) I couldn't make it work well with one of my PyQt project. pyinstaller is my top choice of this kind tools.

  • Installation

  • pip install cx_freeze
  • Get started with cx_freeze

  • simply create a setup.py under your working directory and run below command to create executable program python setup.py build For the details of setup.py, please click below link to get the reference example http://cx-freeze.readthedocs.io/en/latest/distutils.html

No comments:

Post a Comment

Orange - data analysis tool

Installation pip install orange3 Run orange python -m Orange.canvas