Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 240 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 240 Bytes

MyExpress

  • 快递查询工具
  • 使用 快递100 API
  • GUI 图形界面,tkinter
  • 打包成可执行文件 .exe
  • 打包过程
    • pip install pyinstaller 安装第三方包
    • pyinstaller -F -w Express.py 生成可执行文件