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

https://github.com/purplelemons-dev/number-to-words


https://github.com/purplelemons-dev/number-to-words

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# number-to-words

Usage:
```
$ python numtoword.py
```

Example:
```
$ python numtoword.py 2140
two thousand one hundred and forty
```