Metadata-Version: 2.1
Name: PyTujian
Version: 0.1.24
Summary: A simlpe tool for Tujian
Home-page: https://github.com/gggxbbb/tujian_python
Author: gggxbbb
Author-email: gamegxb@163.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3
Description-Content-Type: text/markdown
License-File: LICENSE

# PyTujian

![PyPI - Downloads](https://img.shields.io/pypi/dm/PyTujian)
![PyPI](https://img.shields.io/pypi/v/PyTujian)
[![Upload Python Package](https://github.com/gggxbbb/tujian_python/actions/workflows/python-publish.yml/badge.svg)](https://github.com/gggxbbb/tujian_python/actions/workflows/python-publish.yml)

一个 Tujian 的简易命令行工具

目前支持:

* 分类查询
* 分类下载
* 全部下载
* 今日下载
* 单张查询
* 单张下载

计划支持的有:

* GUI 界面
* 投稿
* 批量投稿

## 安装及使用

终端运行以下命令即可安装:

```bash
pip3 install PyTujian
```

运行 `PyTujian` 可查看帮助

## 其他

详细说明和作为库使用参见[文档](https://docs.evax.top/docs/pytujian).

