python2.7:
d:\python27\python.exe -m pip install --upgrade pip
d:\python27\python.exe -m pip install PyInstaller
d:\python27\python.exe -m PyInstaller clock.py
python3.7:
d:\python37\python.exe -m pip install --upgrade pip
d:\python37\python.exe -m pip install PyInstaller
d:\python37\python.exe -m PyInstaller clock.py
整个 dist 目录就是你需要的文件了
离线