Skip to content

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

Notifications You must be signed in to change notification settings

jakeoeding/lexicon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

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.

Releases

No releases published

Packages

No packages published

Languages