A lightweight online dictionary integration to the command line. No browsers. No paperbooks.
- 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.
and the following libraries are required.
- beautifulsoup4
- pyfiglet
- termcolor
- requests
- (Linux compatible) tty, termios
- Clone the git repository
./Vocab
. - In
./Vocab
directory, type./vocab
. - Enjoy the experience!
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.
- Full command line support (left, right keys, autofill).
- Search history (up, down keys).