文件名称:py-pptx:利用python自动生成数据分析PPT报告
文件大小:9.29MB
文件格式:ZIP
更新时间:2024-06-05 13:10:02
Python
自动生成数据分析报告(PPT格式) 目录说明: py-pptx -auto_report # 核心代码目录 -resources # 资源目录 -data # 数据文件存放目录 -driver # 浏览器驱动位置 -report # 报告生成位置,报告临时文件存放目录 -template # PPT报告模板 -tests # 测试代码目录 备注:运行test_main.py执行所有测试用例。 总结汇总:
【文件预览】:
py-pptx-master
----README.md(1KB)
----resources()
--------driver()
--------report()
--------template()
--------data()
----tests()
--------test_hello_data.py(1KB)
--------test_main.py(716B)
--------__init__.py(93B)
--------test_hello_pptx.py(1008B)
--------test_hello_selenium.py(483B)
----auto_report()
--------__init__.py(93B)
--------hello_selenium.py(2KB)
--------hello_data.py(2KB)
--------hello_pptx.py(3KB)
--------hello_plot_date.py(1KB)