python3笔记

作者: 子夜书案 | 来源:发表于2020-09-09 13:23 被阅读0次

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

相关文章

网友评论

    本文标题:python3笔记

    本文链接:https://www.haomeiwen.com/subject/kdseektx.html