excel解析用的库为:openpyxl,安装方式为:pip install openpyxl ;项目地址为:https://openpyxl.readthedocs.io/en/stable/
解析unity3d 中的文件用到的库为:unityparser,安装方式为:pip install unityparser ;项目地址为:https://github.com/socialpoint-labs/unity-yaml-parser
将py文件打包成exe文件用到的库为:pyinstaller ,安装方式为:pip install pyinstaller ;项目地址为:https://github.com/pyinstaller/pyinstaller
python参数解析库:click ,安装方式为:pip install click ;项目地址为: https://github.com/pallets/click










网友评论