An open API service indexing awesome lists of open source software.

https://github.com/jakeoeding/lexicon

Quick script to grab the definition or synonyms of a given word
https://github.com/jakeoeding/lexicon

beautifulsoup4 easygui keyboard pyperclip python requests synonyms web-scraping

Last synced: about 1 year ago
JSON representation

Quick script to grab the definition or synonyms of a given word

Awesome Lists containing this project

README

          

# Lexicon
Quick script to look up the definition of a word or its synonyms. Useful when working on things like writing or reading news articles.

 

## How to use
Run it in the background via command line:

```bash
sudo python lexicon.py
```

 

When you come across a word you want to look up, copy it to the clipboard:

ctrl + c

 

If you want to get the definition, use the corresponding shortcut:

ctrl + g + h

 

If you want to get the synonyms, use the corresponding shortcut:

ctrl + g + y

 

This action will launch a window with a list definitions/synonyms from the vocabulary.com/synonym.com page pertaining to the word.