Sep-30-2016, 04:20 AM
Cool class - works with exponents as well
>>> import inflect >>> p = inflect.engine() >>> p.number_to_words(725.16e10) 'seven trillion, two hundred and fifty-one billion, six hundred million point zero'Larz60+