上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 64 下一页
摘要: 1.从小说或者书里找一段描述 2.访问网址:https://www.aigenprompt.com/zh-CN 将描述内容复制到“输入主题关键字”的内容中 3.点击生成 4.获得灵感描述词 5.将中文描述通过百度翻译 翻译成 英文 6. 1.根据图片生成描述网址:https://replicate. 阅读全文
posted @ 2023-05-17 18:11 大话人生 阅读(246) 评论(0) 推荐(0) 编辑
摘要: # -*- coding: UTF-8 -*- # 功能 : 将当前工作目录下所有webp格式转为png or jpg import os from PIL import Image # 返回当前工作目录 CURRENT_PATH = os.getcwd() # 转换格式 IMG_EXP = ".p 阅读全文
posted @ 2023-05-16 22:40 大话人生 阅读(483) 评论(0) 推荐(0) 编辑
摘要: # -*- coding: UTF-8 -*- import urllib.request # 导入用于打开URL的扩展库模块 import urllib.parse import re # 导入正则表达式模块 def open_url(url): print("url:%s" % url) req 阅读全文
posted @ 2023-05-16 22:39 大话人生 阅读(44) 评论(0) 推荐(0) 编辑
摘要: # 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 大话人生 阅读(287) 评论(0) 推荐(0) 编辑
摘要: 1.安装Graphviz 要安装Graphviz,可以按照以下步骤操作: 前往 Graphviz 官网 前往 Graphviz 官网(https://graphviz.org/)。https://graphviz.org/download/ 下载适合你操作系统的安装文件 在官网首页中,你可以看到 W 阅读全文
posted @ 2023-04-26 10:06 大话人生 阅读(789) 评论(0) 推荐(0) 编辑
摘要: # -*- 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 大话人生 阅读(67) 评论(0) 推荐(0) 编辑
摘要: 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 大话人生 阅读(231) 评论(0) 推荐(0) 编辑
摘要: # 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 大话人生 阅读(57) 评论(0) 推荐(0) 编辑
摘要: # 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) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 64 下一页