Say large numbers

Hello all, I am creating a skill to access TMDb. All is going well, but I would like to be able for mycroft to say a large number, such as 7500000, as seven-hundred and fifty million instead of 7 5 0 0 0 0 0.

I have tried to use nice_number, but it doesn’t seem to be working the way I thought it should.

My skill is at GitHub - builderjer/moviemaster: Gets information from tmdb

Any advice would be great.

Thank you

1 Like

from mycroft.util import pronounce_number

2 Likes

Thank you @JarbasAl. I found that and it works as expected.

2 Likes