A Calculator that calculates operands with operator. But here we are not going to take input from the user with the keyboard. We will take input from the user voice (Currently it is supporting three different languages like English, Hindi and Bengali). For Example: If you say 'What will be the value if we add Nine (9) plus Seven (7), it will show on the screen 9+7=16.
Tools, Technology and Library used : Python 3.6, SpeechRecognition, googletrans, Regex.