Skip to main content

Convert number words(eg. three hundred and forty two) to numbers(342).

Project description

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.

Installation

Please ensure that you have updated pip to the latest version before installing word2number. This module works with only Python 2.x for now. Support for Python 3.x will be added soon.

You can install the module using Python Package Index using the below command.

>>> pip install word2number

Usage

First you have to import the module using the below code.

>>> from word2number import w2n

Then you can use the word_to_num method to convert a number-word to numeric digits, as shown below.

>>> print w2n.word_to_num("two million three thousand nine hundred and eighty four")
2003984

Bugs/Errors

  1. Please ensure that you have updated pip to the latest version before installing word2number.

  2. This module works with only Python 2.x for now. Support for Python 3.x will be added soon.

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

License

The MIT License (MIT)

Copyright (c) 2016 Akshay Nagpal (github.com/akshaynagpal)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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

word2number-0.2.zip (8.6 kB view hashes)

Uploaded Source

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