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.
- Host: GitHub
- URL: https://github.com/debugger22/amountinwords
- Owner: debugger22
- Created: 2013-06-25T06:13:00.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-06-09T08:07:37.000Z (almost 12 years ago)
- Last Synced: 2025-05-29T19:58:36.906Z (10 months ago)
- Language: Python
- Homepage:
- Size: 120 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
[](https://bitdeli.com/free "Bitdeli Badge")