Metadata-Version: 2.1
Name: dict-tiny
Version: 0.1.1
Summary: A tiny command-line dictionary that scrapes youdao.com.
Home-page: https://github.com/louieh/dict-tiny
Author: louie
Author-email: louiehan1015@gmail.com
License: UNKNOWN
Keywords: youdao dictionary command-line
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Dist: requests
Requires-Dist: lxml
Requires-Dist: plumbum

# Dict-tiny

Dict-tiny is a tiny command-line utility to look up English words or Chinese words from youdao.com. Just for fun :)

You can use `dict-tiny` in this way:

```shell
$ dict-tiny book
n. 书籍；卷；账簿；名册；工作簿
vt. 预订；登记
n. (Book)人名；(中)卜(广东话·威妥玛)；(朝)北；(英)布克；(瑞典)博克
```

```shell
$ dict-tiny -c 书
n.book;letter;script
vt.write
```



### Installation

You can install `dict-tiny` via the pip package manager.

```shell
$ pip install dict-tiny
```


