Skip to content

lispringing/Labtech-math-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

凌特杯赛道三计算工具

如果您觉着此项目对您有帮助,请给此项目点一个Star⭐

使用前须知/免责声明

本项目仅仅用于交流学习,代码编写学习使用;如果用于商用,作弊等行为,后果自负,与作者无关。

目录结构一览

文件 解释
pycache python缓存文件夹
build 构建exe的文件
dist 构建后的exe存在这里
source 储存算法脚本
main.py 主程序

打包exe

安装pip插件pyinstaller

pip install pyinstaller

打包成exe(关闭cmd窗口,设置favicon.ico为exe图标)

pyinstaller -w -F -i favicon.ico main.py

Star History

Star History Chart

赞助

如果觉着代码对你有帮助,可以赞赏一下开发者

截图

About

凌特杯赛道三计算工具

Topics

Resources

License

Stars

Watchers

Forks

Contributors