View on GitHub

madura_api

An API to access online madura dictionary

Welcome to madura_api GitHub Page

This is a python module that can be used to access madura online dictionary from your python code.

Install it

pip install madura-api

Use it

import madura_api
result=madura_api.Translate('life')
print(result.list)
[
  ['Civ.', 'ආයුෂ'],
  ['n.', 'ජීව'],
  ['n.', 'ජීවය'],
  ['n.', 'ජීවි'],
  ['n.', 'දිවිය'],
  ['a.', 'දිවිහිම්'],
  ['n.', 'පණ'],
  ['n.', 'පණ ඇති සත්තු'],
  ['n.', 'ප්‍රාණවත්කම'],
  ['n.', 'ප්‍රාණියා'],
  ['n.', 'පාණ'],
  ['n.', 'මිනිසුන් ගේ වගතුග'],
  ['Psy.', 'වය'],
  ['n.', 'විත කථාව'],
  ['Law.', 'විතකාලය'],
  ['n.', 'විතය'],
  ['n.', 'සමාජය']
]