Skip to content

user-hw/html-update-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

htmlUpdate

简介

这是一个用于算盘客户端的更新工具,主要用于查找指定目录下的html文件中是否包含指定关键字,或者将标题中的关键字进行替换。

开始使用

  • 运行pip install -r requirements.txt即可安装所有依赖
  • 使用pip install --editable .进行打包安装
  • 修改MyPath.txt文件为需要访问的路径
  • 即可在文件下的命令行中使用相关的指令

开发相关查看:

http://www.coolpython.net/python_senior/project/op_click.html

https://click-docs-zh-cn.readthedocs.io/zh/latest/options.html

相关指令

html find 查找指定目录下的所有文件的html,查看是否存在相应的关键字

html update 查找指定目录下的所有文件的html,并替换原来的title

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages