HacktoberFest-Practice-2021 icon indicating copy to clipboard operation
HacktoberFest-Practice-2021 copied to clipboard

Create NumberToWord.py

Open Tinny-Robot opened this issue 2 years ago • 1 comments

NumbertoWord

Python Script to convert number to Word can convert to the highest Billion.

How to user

from numbertoword import ntw
print(ntw(332102))

# output
>>> 'three hundred and thrity two thousand, one hundred and two'

Tinny-Robot avatar Oct 24 '22 05:10 Tinny-Robot

@mayankchaudhary26 please review my pr

Tinny-Robot avatar Oct 13 '23 15:10 Tinny-Robot