Skip to main content

An API to access online madura dictionary

Project description

madura_api

A Python API to access online madura dictionary

Usage

Install the package

pip3 install madura-api

Example 1

from madura_api import translate

result_list=translate('Home')
print(result_list)

result_list is a list of lists like this,

[
    ['n.', 'ආල'],
    ['n.', 'ආලය'],
    ['n.', 'උත්පත්ති ස්ථානය'],
    ['n.', 'උන්හිටි තැන'],
    ['n.', 'ගෘහය'],
    ['n.', 'ගෙදර'],
    ['a.', 'ගෙදර පිළිබඳ වූ'],
    ['vi.', 'ගෙදරට ආපසු පැමිණෙනවා'],
    ['n.', 'ගේ'],
    ['n.', 'ගේදොර'],
    ['n.', 'ඝර'],
    ['n.', 'නිවස'],
    ['n.', 'නිවහන'],
    ['n.', 'නිවාසය'],
    ['n.', 'නිවෙස'],
    ['Ele.', 'නිවෙසනවා'],
    ['Ele.', 'නිවෙසීම'],
    ['n.', 'පදිංචිය'],
    ['Soc.', 'පවුල'],
    ['Soc.', 'ස්වදේශ'],
    ['n.', 'සියරට']
]

Example 2

from madura_api import translate

result_list=translate('පොත')
print(result_list)

result_list is a list of lists like this,

[
    ['n.','bood'],
    ['n.', 'book'],
    ['n.', 'scroll']
]

If there is no result, translate function will return False

Example 3

from madura_api import translate

result_list=translate('meen')
print(result_list)
>>> False

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

madura_api-0.1.3.tar.gz (15.1 kB view hashes)

Uploaded Source

Built Distribution

madura_api-0.1.3-py3-none-any.whl (15.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page