python-num2words 0.5.14
Convert numbers to words in multiple languages
num2words
is a library that converts numbers like 42 to words like forty-two. It supports multiple languages, and can even generate ordinal numbers like forty-second.
- Outputs:
out
- Website: https://github.com/savoirfairelinux/num2words
- Licenses: LGPL 2.1
- Package source: gnu/packages/python-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install python-num2words 0.5.14
as follows:
guix install python-num2words@0.5.14
Or install the latest version:
guix install python-num2words
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.