py2exe是一个能将python脚本转化成windows系统中的.exe可执行文件。即双击test.exe和python test.py的效果是完全一样的 ...
py2exe is a distutils extension which allows to build standalone Windows executable programs (32-bit and 64-bit) from Python scripts; Python 3.3 and later are supported. It can build console ...