๐ A lightweight online dictionary integration to the command line. No browsers. No paperbacks.
$ pip install vocabs
๐ Word of the Day!
๐ Trending words!
โ Directly query words from the command line.
๐ Save words to your local dictionary.
๐ Add notes to saved words.
๐ฎ Interactive word game to hone your vocabulary skills.
dict
is the client for DICT, or the Dictionary Server Protocol on Unix-like platforms. It is used to query natural language dictionaries without firing up a bloaty browser, which tremendously slows down your workflow.
Vocab
aims to do the same as dict
, only with some differences:
- Less verbose result (since
Vocab
only uses one source). - Can save words to local client dictionary pickle file.
- Can add notes to a saved word.
- Includes a interactive word-quiz feature.
- With colors ๐จ!
All in all, Vocab
is a great tool for fast word queries with easy-to-read definitions, and a good support for ESL users.
and the following libraries are required.
๐ฅ Launch vocab
anywhere on your terminal.
$ vocab
$ vocab
Options:
--mode, -m ['query', 'edit', 'dict', 'interactive']
--file, -f <path to word list>
--reset, -r
--count, -c
--lucky, -l
--trend, t
๐ Word of the Day.
$ vocab -l
๐ Shows a list of frequently searched words.
$ vocab -t
โ Directly search and save unknown words from the command line.
$ vocab -m query
๐ Scroll though pages to search for saved words.
$ vocab -m dict
โ๏ธ Edit your save words and add notes.
$ vocab -m edit
๐ฎ Test your vocabulary skills with the interactive mode.
$ vocab -m interactive
๐ Load a list of words from to your local dictionary.
$ vocab -f <path to file>
๐ข Count number of words saved in your local dictionary.
$ vocab -c
$ vocab -r
$ vocab -h
- Synonyms / Antonyms.