Dictionary
A simple dictionary written in Python
Options
--type - Word class to use, e.g: Noun, Verb, Adjective, etc (Default: Noun)
--which - If there are multiple meanings, this option defines the index
of the meaning, e.g: the second meaning would be 0 (Default: 0)
--color - Choose a highlighting color, e.g, red, green, blue, etc (Default: blue)
Requirements
- Python3
- Click
- PyDictionary