This is a web tool package.
- 2024.11.06: Add
hf_download
module - 2024.03.24: Add
Crawler
andplay_image_web
modules
- crawler
- Crawler
- play_image_web
- hf_download
- Installing from source
git clone https://github.com/lh9171338/lh-webtool.git
cd lh-webtool
python -m pip install .
- Install from the Python Package Index (PyPI)
# install base
pip install lh_webtool
# install with specific dependencies, support: [huggingface]
pip install lh_webtool[huggingface]
# install with all dependencies
pip install lh_webtool[all]