Metadata-Version: 2.1
Name: radheef
Version: 0.0.3
Summary: A python library for getting the meaning/s of a dhivehi word and other related information
Home-page: UNKNOWN
Author: Moots
Author-email: moothymycom@gmail.com
License: MIT License
Description: # Radheef
        Python library for getting the meaning of a dhivehi word and other related information
        
        ## installation
        ```
        pip install radheef
        ```
        
        ## Usage example
        ```py
        from radheef import radheef 
        print(radheef("ބަރު"))
        ```
        returns
        ```
        ނ. 1 ލުއިގެ އިދިކޮޅު. 2 ވަޒަނުން އިތުރު. 3 ބައެއް ގަޑި ހިނގާއިރު އެލިފައި ހުރެގެން ދެފަރާތަށް ހެލިހެލި ހުންނަ އެތި. 4 ކަރުދާސް ވަޔާ ހިނގައިދާނެތީ އޭގެ މަތީ ބަހައްޓާން ގެންގުޅޭ ތަކެތި. 5 ސަންޑޯކުރާ ބަރު އުފުލަން ގެންގުޅޭ އެކި ވަރުގެ އާލާތް. 6 ނއ. މަސައްކަތް ބޮޑު.
        ```
        *Note: argument must be passed in as thaana*
Keywords: radheef,dhivehi dictionary
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
