We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8d0760 commit 0d2e6f7Copy full SHA for 0d2e6f7
word2number.py renamed to nitkarshchourasia/word2number/word2number.py
@@ -73,3 +73,11 @@ def word_to_number(word):
73
number_str = "two trillion seven billion fifty crore thirty-four lakh seven thousand nine hundred"
74
result = word_to_number(number_str)
75
print(result)
76
+
77
78
+# Will make a tkinter application out of it.
79
+## It will have a slider to use the more efficient way or just the normal way.
80
+## More efficient way would have a library word2num to choose from.
81
82
+# The application would be good.
83
+# I want to make it more efficient and optimized.
0 commit comments