You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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())