This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import speech_recognition as sr | |
| import pyttsx3 | |
| import pywhatkit | |
| import datetime | |
| import wikipedia | |
| import pyjokes | |
| listener = sr.Recognizer() | |
| engine = pyttsx3.init() | |
| voices = engine.getProperty('voices') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import speech_recognition as sr | |
| import pyttsx3 | |
| import pywhatkit | |
| import datetime | |
| import wikipedia | |
| import pyjokes | |
| listener = sr.Recognizer() | |
| engine = pyttsx3.init() | |
| voices = engine.getProperty('voices') |