User Profile
Collapse
-
Yes, i worked out the problem & got my project to work. -
I'm confused about number to word conversion & pyttsx.
I am writing a python program on Windows using Python 2.7. Basically, it's a program that takes a 5-digit, negative & positive, number from user & spells it out in English using num2word & then speaks it out too. I have used espeak & pyttsx both but i'm getting errors in all of them. I have tried this:
...Code:num = raw_input('Please enter your 5 digit number:') while len(num) != 5 or (not num.isdigit()): print 'Not
No activity results to display
Show More
Leave a comment: