Skip to main content

A simple int-to-string converter to covert numbers like 10 to strings like ten

Project description

numtostring

Numtostring(or numbertostring, as the import name is) is a tool for converting numbers/ints like 10 to pieces of text like ten!
## Example of usage
```python
import numbertostring as numtostring
print(numtostring.convert(245))
# Output: two hundred and forty five
```

Project details


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