Thanks to visit codestin.com
Credit goes to github.com

Skip to content

paohui/dict

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

dict

PyPI Wercker GitHub license PyPI

linux命令行下翻译工具

Install

wget https://raw.githubusercontent.com/wufeifei/dict/master/dict.py
sudo mv ./dict.py /usr/local/bin/dict
sudo chmod +x /usr/local/bin/dict

Usage

English To Chinese

$ dict test
###################################
#  test 测试 (U: tɛst E: test )
#  n. 试验;检验
#  vt. 试验;测试
#  vi. 试验;测试
#  n. (Test)人名;(英)特斯特
###################################

Chinese To English

$ dict 测试
###################################
#  测试 test (Pinyin: cè shì )
#  [试验] test
#  measurement
###################################

About

linux命令行下翻译工具

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%