Skip to content

w2n-1.1

Latest
Compare
Choose a tag to compare
@akshaynagpal akshaynagpal released this 02 Jun 14:51
· 5 commits to master since this release

Issues resolved / handled

  • #12 Index error for particular inputs Eg. "thousand"
  • #13 Using "Raise" for error reporting instead of print

Update instructions

pip install word2number --upgrade

( If you are installing for the first time, pip install word2number )

About 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)

Contribute

If you find any bugs/errors in the usage of above code, please raise an issue (recommended) or send an email at akshay2626@gmail.com.