Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.08 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.08 KB

YouBaiFandian

有百翻典 in Chinese, because based which Youdao dictionary and Baidu translation.

Features:

  1. Look up a English word
  2. To translate a sentecne
  3. Dump the history of the query to hard-dsik through mousedb
  4. Sort words by search frequency

Usage

setting

chmode -ugo+x ./foo_translate.py to set the execution privilege

./foo_translate.py enter it

examples:

./foo_translate.py enter it to look up a word.

./foo_translate.py china look up a word directly.

./foo_translate.py 'hello I am a coder' translate a sentence directly.