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

zhuzhuor/cldict

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A command-line English-Chinese dictionary

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages