上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 64 下一页
摘要: # 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 大话人生 阅读(327) 评论(0) 推荐(0) 编辑
摘要: # 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 大话人生 阅读(497) 评论(0) 推荐(0) 编辑
摘要: # 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 大话人生 阅读(149) 评论(0) 推荐(0) 编辑
摘要: 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 大话人生 阅读(306) 评论(0) 推荐(0) 编辑
摘要: 1.打开PPT 2.选中一张幻灯片 3.ctrl+c,复制 该幻灯片 4.点击 视图-幻灯片母版 ,打开幻灯片母版视图 5.右击最后一个版式,点击 插入版式 6.选中插入的版式,删除版式中的内容,使其变为一个空白页 7.点击 背景样式-设置背景格式 8.选择 图片或纹理填充 9.点击 图片源 中的剪 阅读全文
posted @ 2023-03-23 08:27 大话人生 阅读(650) 评论(0) 推荐(0) 编辑
摘要: 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 大话人生 阅读(355) 评论(0) 推荐(0) 编辑
摘要: 1.operation_excel.py # _*_ coding:utf-8 _*_ __author__ = 'bobby' __date__ = '2018/7/13 15:47' import xlrd #导入xlrd from xlutils.copy import copy #导入exc 阅读全文
posted @ 2023-03-19 21:37 大话人生 阅读(193) 评论(0) 推荐(0) 编辑
摘要: # filedeal.py #!/usr/bin/env python # -*- coding:utf-8 -*- import os import shutil from PIL import Image import io import requests import datetime # 获 阅读全文
posted @ 2023-03-19 11:20 大话人生 阅读(75) 评论(0) 推荐(0) 编辑
摘要: # encoding=utf8 #-*-coding:utf-8 -*- ''' python合成视频 ''' import os # python标准库,不需要安装,用于系统文件操作相关 import cv2 # python非标准库,pip install opencv-python 多媒体处理 阅读全文
posted @ 2023-03-10 22:44 大话人生 阅读(937) 评论(0) 推荐(0) 编辑
摘要: 安卓手机landrop文件储存位置:/Android/data/app.landrop.landrop_flutter/files 阅读全文
posted @ 2023-03-09 09:48 大话人生 阅读(1971) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 64 下一页