Skip to content

Latest commit

 

History

24 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Number to letters

A python library to convert numbers to their spanish text representation.

Quick start

Install it using pip:

pip install numbertoletters

Usage

Import the library in your project and use it:

from numbertoletters import number_to_letters

number_to_letters(11452915)
> 'once millones cuatrocientos cincuenta y dos mil novecientos quince'

Examples

  • 1245: Mil dosceintos cuarenta y cinco.
  • -30: Menos treinta
  • 0: Cero

About

A python library to convert a number to letters

Resources

Stars

16 stars

Watchers

14 watching

Forks

Releases

Packages

Used by

Contributors

Languages