Skip to content

Instantly share code, notes, and snippets.

@erickgnavar
Created April 23, 2015 02:29
Show Gist options
  • Save erickgnavar/57aa2e9d22bb858edf93 to your computer and use it in GitHub Desktop.
Save erickgnavar/57aa2e9d22bb858edf93 to your computer and use it in GitHub Desktop.
from num2words import num2words
num2words(235, lang='es')
# result: u'doscientos treinta y cinco'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment