Please sign in to access this page
A python CLI dictionary with definitions, synonyms, antonyms and parts of speech, from the free dictionary API. No API key needed. Uses rich for formatting.
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
I had the idea to use the Rich python library to add some nice formatting to the program. So now we have colored numbers in the menu, red bold errors, and underlined parts of speech (which is also new).
I got the synonyms and antonyms working. I'm going to work on putting it on pyPI now and maybe I'll see if the API gives any other data that could be useful, like usage examples of words.
I have the basic api call working, so you can enter a word and get the definition. Next I will make a menu so you can choose to see synonyms, antonyms etc.