Metadata-Version: 2.1
Name: lh-tool
Version: 1.2.0
Summary: A tool package
Home-page: https://github.com/lh9171338/lh-tool
Author: lh9171338
Author-email: lihao2015@whu.edu.cn
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/lh9171338/lh-tool/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# lh-tool Package

This is a tool package. 

# Tools

* imageio
* image2image
* image2video
* image2gif
* image2pdf
* video2image
* pdf2image
* play_image
* concat_image
* excel2latex
* excel2markdown
* compress_pdf
* startup

# Install

* Installing from source
```shell
git clone https://github.com/lh9171338/lh-tool.git

cd lh-tool

py -m build

pip install dist/lh_tool-1.2.0-py3-none-any.whl
```

* Install from the Python Package Index (PyPI)
```shell
pip install lh_tool
```

