0.1
- Initial release
- Word to Number
This is a Python module to convert number words (eg. twenty one) to numeric digits (21).
It works for positive numbers upto the range of 999,999,999,999 (i.e. billions)
Below is the installation, usage and other details of this module.
- TODO
This module works with only Python 2.x for now. Support for Python 3.x will be added soon. - Errors/ Bugs
If you find any bugs/errors in the usage of above code, please raise an issue (recommended) or send an email at [email protected].