朗曼控制台版本

ldcv的Python项目详细描述


控制台版本的LongMan字典。

用法

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"

安装

$ pip install ldcv

环境或依赖关系

谢谢

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java从Struts操作的钩子更改表单值(Liferay 6.2)   java如何改变Spring MVC处理url“点”字符的行为   Clojure中使用Java接口的问题   junit如何模拟comosDB azure java集成客户端?   运行函数时发生java错误   netbeans Java。jar文件和依赖项   Eclipse中文本字段中的java输入类型   在JAVA中,将集合变量从实时批处理运行时传递到调用批处理文件   java通过Bean验证API中的自定义消息管理异常   XML到json的转换,在Java中,同时保留数据类型   根据JAVA中的列名从Excel文件中获取单元格值   在AsyncTask的doInBackground中未调用java FirebaseMessagingService   java如何在数据库中插入一行?