Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

微信读书助手、Markdown添加标题、Markdown标题添加序号

License

Notifications You must be signed in to change notification settings

frone/pythontools

Repository files navigation

pythontools

Some python script helped me to work.


项目介绍

微信读书笔记工具:微信读书助手wereader

使用:介绍

为本地Markdown文件生成目录(可在GitHub上正常显示)

使用:示例

为本地Markdown文件的标题编号

使用:示例


Markdown图片居中并将图片大小设置为80%

使用:示例

Markdown文字居中

使用:示例

依次复制图片URL和标题后生成Markdown格式的文本到剪切板

使用:示例


使用说明

  1. 先卸载依赖库 pip uninstall -y -r requirement.txt
  2. 再重新安装依赖库 pip install -r requirement.txt
  3. 开始运行 python main.py

补充说明

.gitignore 不生效

.gitignore只能忽略那些原来没有被track的文件,如果某些文件已经被纳入了版本管理中,则修改.gitignore是无效的

git rm -r --cached .
git add .
git commit -m 'update .gitignore'

导出项目依赖文件

pip install pipreqs
pipreqs ./ --encoding=utf8
等待一会就会生成一个 requirements.txt 文件

About

微信读书助手、Markdown添加标题、Markdown标题添加序号

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%

AltStyle によって変換されたページ (->オリジナル) /