Skip to content
This repository has been archived by the owner on Jun 28, 2022. It is now read-only.

Latest commit

 

History

History
40 lines (22 loc) · 854 Bytes

README.md

File metadata and controls

40 lines (22 loc) · 854 Bytes

cldict Build Status

A command-line English-Chinese dictionary

Installation

pip install cldict

Or download the source code and install manually:

python setup.py install

Usage

cldict PHRASE

For example, to look up take:

cldict take

take [teɪk]
v. 拿;取;执行;需要;接受;理解;修 (课程);花费;吃(喝);认为;搭乘
n. 拿取;取得物
形容词:takable   过去式:took   过去分词:taken   现在分词:taking   第三人称单数:takes

Or to look up good morning:

cldict good morning

good morning
早上好

Data

The data of this command-line tool is retrieved from the online resource of http://dict.cn

License

MIT