Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shreyashm17/voice-activated-calculator

I have created a calculator which can take inputs as voice commands through mic, analyze , calculate and it can say the result through speaker
https://github.com/shreyashm17/voice-activated-calculator

Last synced: about 1 month ago
JSON representation

I have created a calculator which can take inputs as voice commands through mic, analyze , calculate and it can say the result through speaker

Awesome Lists containing this project

README

        

# Voice-activated-calculator using python
I have created a calculator which can take inputs as voice commands through mic, analyze , calculate and it can say the result through speaker
# Modules used:- pyttsx3, speech recognition, word2number
you can also create a gui calculator and add its code with this, the code for gui calculator is available in my calculator repository