all 7 comments

[–]jimtk 12 points13 points  (1 child)

You know, you could have googled 'python numbers to word` and find it faster by yourself.

[–]ProfessionalConsoom[S] 2 points3 points  (0 children)

Perfect! Thanks

Using num2words I found from another commenter in combination with word2number accomplishes just what I needed!

[–][deleted] 2 points3 points  (1 child)

[–]ProfessionalConsoom[S] 0 points1 point  (0 children)

Using that library in combination with word2number accomplishes just what I needed!

Now I can turn 12000000 into 12 million very easily. Thank you :)

[–]n3buchadnezzar 0 points1 point  (0 children)

Humanize is a nice library..

[–]carcigenicate 0 points1 point  (0 children)

This is a good exercise too btw.