fetches meanings of the turkish words from sozluk.gov.tr
Project description
tdk yan sanayi
fetches meanings of turkish words from sozluk.gov.trInstallation
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())
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tdk-search-1.0.1.tar.gz
(1.6 kB
view hashes)