Skip to content

shpigunov/py-numerate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spell numbers in different languages in Python 3

Initially written to automate spelling long sums for legal documents such as contracts, invoices, etc.

Usage:

./cli.py [lang] [integer]

where:

  • [lang] is a language code, i.e. "en" for English.
  • [integer] is any positive integer value from 0 to 999,999,999,999,999.

Supported languages:

  • English (en)
  • Ukrainian (uk)
  • Russian (ru)

About

Spell numbers in different languages in Python 3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages