Please sign in to access this page

Dictionary

Dictionary Used AI

5 devlogs
53m
•  Ship certified
Created by Kyle B

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.

Timeline

Ship 1

0 payouts of shell 0 shells

Kyle B

1 day ago

Kyle B Covers 5 devlogs and 53m

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).

Update attachment

I got pyPI working! So now you can install this dictionary with pip!

Update attachment

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.

Update attachment

I got the menu working and began working on the synonyms function!

Update attachment

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.

Update attachment