Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 200 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 200 Bytes

刷新hosts文件方式访问github(适用于win)

使用方式

  1. 安装 pyinstaller
pip install pyinstaller 
    
  1. 打包成exe可执行文件
pyinstaller -F index.py