Ada is a voice bot written in Python that can recognize human speech and execute commands
- Answer questions by scraping answers from google answer boxes
- Open Youtube & Google
- Search on Youtube and display results
- Display News headlines
- Open desktop applications (MS-Word & MS-Excel)
- Perform basic calculations
- Display and tell the current date and time
- Display and tell the weather of any city
- Tell a joke
- pip install SpeechRecognition
- pip install playsound
- pip install pyjokes
- pip install requests
- pip install beautifulsoup4
- SpeechRecognition
- playsound
- os
- pyjokes
- json
- webbrowser
- requests
- datetime
- gtts
- bs4