Home

Awesome

<img height="23" src="https://github.com/lh9171338/Outline/blob/master/icon.jpg"/> lh-tool

This is a tool package.

Updates

Tools

Install

git clone https://github.com/lh9171338/lh-tool.git

cd lh-tool

python -m build

pip install dist/lh_tool-1.10.4-py3-none-any.whl
# install base
pip install lh_tool

# install with specific dependencies, support: [cv, email, pdf, excel, pcd]
pip install lh_tool[cv]

# install with all dependencies
pip install lh_tool[all]