如何使用py2exe將Python程式打包成.exe執行檔的教學
py2exe is a Python Distutils extension which converts Python scripts into executable Windows programs, able to run without requiring a Python installation.
A distutils extension to create standalone windows programs from python scripts.