Skip to main content

A simple python library for converting integers to their corresponding Devanagari word representations.

Project description

Num2Devanagari

  • Convert numbers to Devanagari words.

Example Usage

from Num2Devanagari import Num2Word

num = 123456789
num2word = Num2Word()
word = num2word.convert(num)
print(word)
# output: "बाह्र करोड चौँतिस लाख छपन्न हजार सात सय उनान्नब्बे2

References:

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

num2devanagari-0.22.0.tar.gz (3.9 kB view hashes)

Uploaded Source

Built Distribution

num2devanagari-0.22.0-py3-none-any.whl (4.4 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