An open API service indexing awesome lists of open source software.

https://github.com/debugger22/amountinwords

This is a program to convert numbers upto 999999999 in words according to Indian style.
https://github.com/debugger22/amountinwords

Last synced: 9 months ago
JSON representation

This is a program to convert numbers upto 999999999 in words according to Indian style.

Awesome Lists containing this project

README

          

This is a program to convert numbers upto 999999999 in words according to Indian style.

To use this program import this library file and pass the required number to the function numinwords()

from numinwords import numinwords

print numinwords(521215)

[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/mrsud/amountinwords/trend.png)](https://bitdeli.com/free "Bitdeli Badge")