fetches meanings of turkish words from sozluk.gov.tr
Installation
pip install tdk-search
Usage
fromtdkimporttdk# create new wordword=tdk.new_word("şarap")
# prints meaning of the wordprint(word.meaning())
# prints all the word's dataprint(word.all_data())