# my-py **Repository Path**: lwstudy/my-py ## Basic Information - **Project Name**: my-py - **Description**: python学习各种实例,以及平时需求写的一些脚本 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2022-05-06 - **Last Updated**: 2023-06-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # my-py #### 介绍 python学习各种实例,以及平时需求写的一些脚本 #### 安装教程 ```bash git clone https://gitee.com/lwstudy/my-py.git ``` #### 爬虫 ``` - down_pic(爬取图片/漫画) - html转md(爬取网页文章并转markdown格式) - novel(小说爬取如各种笔趣x/第八区等网站) ``` > - 校准小说章节,批量替换(正则匹配给标题后增加换行---使用vscode等编辑工具进行替换) > 匹配:(第.*章.*) > 替换:$1\n #### 图像音频 ``` - 批量图像人脸识别打码.py ``` #### 文件操作 > > - gui批量文件操作 > ![avatar](./img/filenameplth.png) > - 文件分类.pyw(文件名包含关键字进行分类) > ![avatar](./img/fenlei.png) #### 使用说明 - 直接使用爬虫下的html转md和脚本部分(多线程爬取部分也可以使用了) - 文件操作中gui批量文件操作dist下有打包好的exe #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request 6. https://gitee.com/gitee-stars/)