/singing-girl

Tool to translate numbers to spanish strings, with tests!

Primary LanguagePythonMIT LicenseMIT

Singing Girl

https://travis-ci.org/joac/singing-girl.svg?branch=master https://coveralls.io/repos/joac/singing-girl/badge.svg?branch=master

Simple lib to convert decimal numbers to spanish text representation

Usage

Simple as:

>>> from singing_girl import sing
>>> sing(424242)
'cuatrocientos veinticuatro mil doscientos cuarenta y dos'

Install

Get the last version from PyPI:

$ pip install singing_girl