随笔 - 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
04 2023 档案
python将pdf转为txt
摘要:# encoding=utf8 #-*-coding:utf-8 -*- #pip install pypdf2 -i https://pypi.tuna.tsinghua.edu.cn/simple import PyPDF2 from io import StringIO content_all 阅读全文
posted @ 2023-04-29 19:26 大话人生 阅读(289) 评论(0) 推荐(0) 编辑
python 画思维导图
摘要:1.安装Graphviz 要安装Graphviz,可以按照以下步骤操作: 前往 Graphviz 官网 前往 Graphviz 官网(https://graphviz.org/)。https://graphviz.org/download/ 下载适合你操作系统的安装文件 在官网首页中,你可以看到 W 阅读全文
posted @ 2023-04-26 10:06 大话人生 阅读(801) 评论(0) 推荐(0) 编辑
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) 编辑
chatgpt插件
摘要:1.weTab 2. WebChatGPT 3. 阅读全文
posted @ 2023-04-21 21:26 大话人生 阅读(232) 评论(0) 推荐(0) 编辑
自媒体网址
摘要:1.33搜帧 : 找无版权的可用素材视频 ,网址 https://fse.agilestudio.cn/ 2.http://www.copyai.cn/loginindex :copydone AI官网 3.https://heyfriday.cn/article/dashboard : 4.htt 阅读全文
posted @ 2023-04-21 17:32 大话人生 阅读(235) 评论(0) 推荐(0) 编辑
python获取文本中网址并判断是否可以正常访问
摘要:# encoding=utf8 #-*-coding:utf-8 -*- import re import requests # 打开文本文件并读取内容 with open('input.txt', 'r',encoding="utf-8") as f: content = f.read() # 使 阅读全文
posted @ 2023-04-15 00:11 大话人生 阅读(59) 评论(0) 推荐(0) 编辑
python word 转pdf
摘要:# encoding=utf8 #-*-coding:utf-8 -*- # pip install docx2pdf -i https://pypi.tuna.tsinghua.edu.cn/simple from docx2pdf import convert # 将单个Word文档转换为PDF 阅读全文
posted @ 2023-04-14 07:02 大话人生 阅读(95) 评论(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) 编辑

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