SlackBuildsOrg/python/cx_Freeze
Vincent Batts 278bd97c4d python/cx_Freeze: Added (python script freezer)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
2011-11-26 09:08:06 -06:00
..
cx_Freeze.info python/cx_Freeze: Added (python script freezer) 2011-11-26 09:08:06 -06:00
cx_Freeze.SlackBuild python/cx_Freeze: Added (python script freezer) 2011-11-26 09:08:06 -06:00
README python/cx_Freeze: Added (python script freezer) 2011-11-26 09:08:06 -06:00
slack-desc python/cx_Freeze: Added (python script freezer) 2011-11-26 09:08:06 -06:00

cx_Freeze (python script freezer)

cx_Freeze is a set of scripts and modules for freezing Python
scripts into executables in much the same way that py2exe and py2app
do. Unlike these two tools, cx_Freeze is cross platform and should
work on any platform that Python itself works on.