文件名称:pypptx:从Yaml文件创建pptx
文件大小:8KB
文件格式:ZIP
更新时间:2024-05-23 09:19:18
Python
pypptx 从文件创建一个pptx。 安装 pip install pypptx 用法: 从Yaml文件生成pptx pptx file.yaml 输入Yaml示例 slides : - title : first title text : some text layout : 0 - title : second title text : more text layout : 1 images : - path : images/blue.jpg top : 7 left : 4 height : 5 - path : images/blue.jpg top : 5 le
【文件预览】:
pypptx-master
----pypptx()
--------__init__.py(5KB)
----MANIFEST.in(25B)
----README.rst(1KB)
----CONTRIBUTING.rst(263B)
----images()
--------blue.jpg(3KB)
----requirements-dev.txt(57B)
----requirements.txt(32B)
----.travis.yml(138B)
----tox.ini(243B)
----LICENSE(1KB)
----setup.py(940B)
----test.yaml(1KB)
----tests()
--------test_slides.py(980B)
----.gitignore(716B)
----.coveragerc(140B)
----example.yaml(424B)