摘要:
# 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 阅读全文
摘要:
# encoding=utf8 #-*-coding:utf-8 -*- # pip install aspose.slides -i https://pypi.tuna.tsinghua.edu.cn/simple import aspose.slides as slides from 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 阅读全文
摘要:
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.代码 复制幻灯片文字. 阅读全文
摘要:
1.打开PPT 2.选中一张幻灯片 3.ctrl+c,复制 该幻灯片 4.点击 视图-幻灯片母版 ,打开幻灯片母版视图 5.右击最后一个版式,点击 插入版式 6.选中插入的版式,删除版式中的内容,使其变为一个空白页 7.点击 背景样式-设置背景格式 8.选择 图片或纹理填充 9.点击 图片源 中的剪 阅读全文
摘要:
1.安装: pip install python-pptx pip install python-pptx -i https://pypi.tuna.tsinghua.edu.cn/simple 2.初步认识并创建ppt from pptx import Presentation #导入Presen 阅读全文
摘要:
1.operation_excel.py # _*_ coding:utf-8 _*_ __author__ = 'bobby' __date__ = '2018/7/13 15:47' import xlrd #导入xlrd from xlutils.copy import copy #导入exc 阅读全文
摘要:
# filedeal.py #!/usr/bin/env python # -*- coding:utf-8 -*- import os import shutil from PIL import Image import io import requests import datetime # 获 阅读全文
摘要:
# encoding=utf8 #-*-coding:utf-8 -*- ''' python合成视频 ''' import os # python标准库,不需要安装,用于系统文件操作相关 import cv2 # python非标准库,pip install opencv-python 多媒体处理 阅读全文
摘要:
安卓手机landrop文件储存位置:/Android/data/app.landrop.landrop_flutter/files 阅读全文