python-num2words
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.
- Versions: 0.5.14
- 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 the latest version of python-num2words
as follows:
guix install python-num2words
Or install a particular version:
guix install python-num2words@0.5.14
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.
Badge code
You can use the following badge to inform users of python-num2words about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/python-num2words'><img src='https://packages.guix.gnu.org/packages/python-num2words/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/python-num2words)
Example Org:
[[https://packages.guix.gnu.org/packages/python-num2words][https://packages.guix.gnu.org/packages/python-num2words/badges/latest-version.svg]]