Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 357 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 357 Bytes

tdk yan sanayi

fetches meanings of turkish words from sozluk.gov.tr

Installation

pip install tdk-search

Usage

from tdk import tdk

# create new word
word = tdk.new_word("şarap")
# prints meaning of the word
print(word.meaning())
# prints all the word's data
print(word.all_data())