Skip to content

lairabella/cxfreezeexample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cx_Freeze

cx_Freeze is a set of scripts and modules for freezing Python scripts into executables. Cx_Freeze is cross platform and should work on any platform that Python itself works on. It supports Python 2.7 or higher (including Python 3).

Python Version: 3.5.3

Windows:

Install cx_Freeze

$ pip install cx_Freeze

Note: Microsoft Visual C++ 14.0 is required

$ python setup.py build

Note: Look at "setup.py" file

Linux

Install cx_Freeze

$ pip install cx_Freeze

$ python3 setup.py build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages