In python3 and the version must be 3.5.3 or later. to install package from a local checkout, run:
pip3 install .
or from PyPI:
pip3 install cambrinary
Look up 'hello' for example:
cambrinary -w hello
in chinese(traditional)
cambrinary -w world -t chinese
- english
- french
- german
- chinese
- japanese
- italian
- russian (temporarily no, cause cambrige web issue)
powered by coroutine, support as many as words you like,
cambrinary -w hello word
or
cambrinary -w hello word -t chinese
even or more
cambrinary -w one two three four five -t french
cambrinary -w kick-off
or
cambrinary -w kick-off -t japanese
Your cambrinary, you design.
Use conf.json to customize the color scheme, for instance,
setting pronunciation
, definition
or example_sentence
as you like. They could be in bold
format, blue
foreground and black
background, or any supported format and colors.
All supported color please refer to color_const.py.
logs is written into ~/.local/share/cambrinary/dict.log
in the append way.
more development plan, please refer to Wiki
cambrinary --help