# pythontools **Repository Path**: YeXiuGang/pythontools ## Basic Information - **Project Name**: pythontools - **Description**: ​微信读书笔记助手、Markdown 添加标题、Markdown 标题添加序号... - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-22 - **Last Updated**: 2021-10-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # pythontools 使用之前请在当前目录(pythontools)下执行如下命令以安装依赖: ``` pip install -r requirements.txt ``` [微信读书笔记工具:wereader](wereader) 使用:[介绍](https://www.cnblogs.com/Higurashi-kagome/p/12872060.html) [获取知乎回答](zhihu) 使用:[示例](zhihu/README.md) [为本地 Markdown 文件生成目录(可在 GitHub 上正常显示)](text/toc.py) 使用:[示例](https://www.cnblogs.com/Higurashi-kagome/p/12724993.html) [为本地 Markdown 文件的标题编号](text/title_number.py) 使用:[示例](https://www.cnblogs.com/Higurashi-kagome/p/12747857.html) [使用正则表达式替换字符串](text/str_replace.py) 使用:[示例](demo/str_replace.md)