This package browser is in early development. Mind the rough edges.

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.

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:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/python-num2words/badges/latest-version.svg)](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]]