ldcv

LangMan Console Version


License
GPL-3.0
Install
pip install ldcv==1.0.1

Documentation

ldcv Build

A console version LongMan dictionary.

Usage

usage: ldcv [-h] [-f] [-j] [--cache CACHE] [-c CONFIG]
            [--color {always,auto,never}]
            [words [words ...]]

LongMan Console Version

positional arguments:
  words                 words or quoted phrases to lookup

optional arguments:
  -h, --help            show this help message and exit
  -f, --full            print verbose explanations. Default to print first
                        three explanations
  -j, --json            dump the explanation with JSON style
  --cache CACHE         specify a word list file then cache words from it to
                        <cachefile>
  -c CONFIG, --config CONFIG
                        specify a config file
  --color {always,auto,never}
                        colorize the output. Default to "auto" or can be
                        "never" or "always"

Installation

$ pip install ldcv

Environment or dependences

Thanks