摘要: 代码效果演示 Gitee源码 # -*- coding: utf-8 -*- # Version: Python 3.9.7 # Author: TRIX # Date: 2021-10-04 10:58:56 # Use: 利用re 爬取猫眼电影TOP电影信息 包括 排名 封面 电影名 主演 上映 阅读全文
posted @ 2021-10-06 12:57 __TRIX 阅读(325) 评论(0) 推荐(0)
摘要: 代码效果演示 Gitee源码 # -*- coding: utf-8 -*- # Version: Python 3.9.7 # Author: TRIX # Date: 2021-10-05 13:51:29 # Use:将复制的请求标头字符串 转换成 headers字典 并储存在headers. 阅读全文
posted @ 2021-10-06 11:55 __TRIX 阅读(168) 评论(0) 推荐(0)
摘要: 代码效果演示 Gitee源码 # -*- coding: utf-8 -*- # Version: Python 3.9.7 # Author: TRIX # Date: 2021-10-04 17:36:05 # Use:抓取今日头条微博相关部分信息 并将信息储存到txt headers储存到js 阅读全文
posted @ 2021-10-06 00:09 __TRIX 阅读(233) 评论(0) 推荐(0)
摘要: 代码效果演示 Gitee源码 # -*- coding: utf-8 -*- # Version: Python 3.9.7 # Author: TRIX # Date: 2021-10-02 13:20:04 # Use: 批量压缩指定文件夹 为zip压缩包 import zipfile from 阅读全文
posted @ 2021-10-02 18:44 __TRIX 阅读(110) 评论(0) 推荐(0)
摘要: 代码效果演示 Gitee源码 # -*- coding: utf-8 -*- # Version: Python 3.9.7 # Author: TRIX # Date: 2021-09-18 11:37:04 # Use: 批量重命名文件目录 将指定文件夹下所有格式为 str1_str2_str3 阅读全文
posted @ 2021-10-01 10:31 __TRIX 阅读(90) 评论(0) 推荐(0)
摘要: 代码效果演示 Gitee源码 # -*- coding: utf-8 -*- # Version: Python 3.9.7 # Author: TRIX # Date: 2021-09-15 19:31:55 # Use:自动完成问卷调查 https://www.wjx.cn/jq/9132199 阅读全文
posted @ 2021-09-17 19:14 __TRIX 阅读(103) 评论(0) 推荐(0)
摘要: 代码效果演示 Gitee源码 # -*- coding: utf-8 -*- # Version: Python 3.9.7 # Author: TRIX # Date: 2021-09-14 21:34:14 # Use:自动生成视频封面 并自动上传视频到B站 和 西瓜视频 由于该程序部分代码只适 阅读全文
posted @ 2021-09-16 17:12 __TRIX 阅读(539) 评论(0) 推荐(0)
摘要: # -*- coding: utf-8 -*- # Version: Python 3.9.5 # Author: TRIX # Date: 2021-09-08 17:03:29 # Use:office include: excel pdf word csv json 目录: openpyxl 阅读全文
posted @ 2021-09-14 09:46 __TRIX 阅读(308) 评论(0) 推荐(0)
摘要: # -*- coding: utf-8 -*- # Version: Python 3.9.7 # Author: TRIX # Date: 2021-09-10 11:11:22 # Use: 时间模块及处理 time datetime dateutil calendar #时间 unix时间戳 阅读全文
posted @ 2021-09-10 11:19 __TRIX 阅读(104) 评论(0) 推荐(0)
摘要: # -*- coding: utf-8 -*- # Version: Python 3.9.5 # Author: TRIX # Date: 2021-09-08 17:03:29 # Use:office include: excel pdf word #openpyxl excel表格处理 im 阅读全文
posted @ 2021-09-09 18:20 __TRIX 阅读(162) 评论(0) 推荐(0)