随笔 - 633,  文章 - 0,  评论 - 13,  阅读 - 48万
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

随笔分类 -  Python制作PPT

python画甘特图
摘要:# -*- coding:utf-8 -*- # pip install plotly -i https://pypi.tuna.tsinghua.edu.cn/simple import plotly as py import plotly.figure_factory as ff pyplt = 阅读全文
posted @ 2023-04-25 11:48 大话人生 阅读(68) 评论(0) 推荐(0) 编辑
python合并多个PPT文件到 文档\演示文稿1.pptx
摘要:# encoding=utf8 #-*-coding:utf-8 -*- #pip install python-pptx -i https://pypi.tuna.tsinghua.edu.cn/simple #pip install python-docx -i https://pypi.tun 阅读全文
posted @ 2023-04-08 23:47 大话人生 阅读(333) 评论(0) 推荐(0) 编辑
python 合并多个PPT
摘要:# encoding=utf8 #-*-coding:utf-8 -*- # pip install aspose.slides -i https://pypi.tuna.tsinghua.edu.cn/simple import aspose.slides as slides from pptx 阅读全文
posted @ 2023-04-05 21:01 大话人生 阅读(498) 评论(0) 推荐(0) 编辑
python 复制幻灯片并替换相应文字作为新的幻灯片_循环替换
摘要:# encoding=utf8 #-*-coding:utf-8 -*- #pip install python-pptx -i https://pypi.tuna.tsinghua.edu.cn/simple #pip install python-docx -i https://pypi.tun 阅读全文
posted @ 2023-04-05 21:00 大话人生 阅读(153) 评论(0) 推荐(0) 编辑
python 复制幻灯片并替换相应文字作为新的幻灯片
摘要:1.安装 #pip install python-pptx -i https://pypi.tuna.tsinghua.edu.cn/simple#pip install pandas -i https://pypi.tuna.tsinghua.edu.cn/simple 2.代码 复制幻灯片文字. 阅读全文
posted @ 2023-03-25 15:11 大话人生 阅读(308) 评论(0) 推荐(0) 编辑
将幻灯片添加为模板
摘要:1.打开PPT 2.选中一张幻灯片 3.ctrl+c,复制 该幻灯片 4.点击 视图-幻灯片母版 ,打开幻灯片母版视图 5.右击最后一个版式,点击 插入版式 6.选中插入的版式,删除版式中的内容,使其变为一个空白页 7.点击 背景样式-设置背景格式 8.选择 图片或纹理填充 9.点击 图片源 中的剪 阅读全文
posted @ 2023-03-23 08:27 大话人生 阅读(657) 评论(0) 推荐(0) 编辑
python制作PPT
摘要:1.安装: pip install python-pptx pip install python-pptx -i https://pypi.tuna.tsinghua.edu.cn/simple 2.初步认识并创建ppt from pptx import Presentation #导入Presen 阅读全文
posted @ 2023-03-22 19:14 大话人生 阅读(357) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示