summaryrefslogtreecommitdiffstats
path: root/python/cx_Freeze/README
blob: dcc51609c7554a5d81b57c477eb0be6965d67caa (plain)
1
2
3
4
5
6
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.