Skip to content

Convert numerical quantities into their word representation.

License

Notifications You must be signed in to change notification settings

jakeayres/Wordify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wordify

A python package for converting numbers into their textual respresentation.

Supported inputs:

    -   Integers < 999e42

Examples:

    wordify.integer(4012)  -> 'four thousand and twelve'
    wordify.integer(65e15) -> 'sixty five quadrillion'

About

Convert numerical quantities into their word representation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages