| 1234567891011121314151617181920212223242526 |
- Metadata-Version: 2.4
- Name: crawl-font
- Version: 0.1.0
- Summary: Font downloader for fonts.net.cn and other font websites
- Requires-Python: >=3.12
- Description-Content-Type: text/markdown
- Requires-Dist: requests>=2.32.5
- Requires-Dist: beautifulsoup4>=4.12.0
- Requires-Dist: lxml>=5.0.0
- Requires-Dist: tqdm>=4.66.0
- # crawl_font
- font download tool
- ## Develop
- ```
- uv sync
- uv run main.py
- ```
- ## License
- Licensed under the [Apache 2.0](LICENSE) © [liuyuqi.gov@msn.cn](https://github.com/jianboy)
|