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 pyttsx3 | |
| import speech_recognition as sr | |
| import webbrowser | |
| import pywhatkit | |
| import wikipedia | |
| import os | |
| import datetime | |
| from playsound import playsound | |
| import keyboard | |
| from tkinter import StringVar |
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 pyttsx3 | |
| import speech_recognition as sr | |
| import webbrowser | |
| import pywhatkit | |
| import wikipedia | |
| import os | |
| import datetime | |
| from playsound import playsound | |
| import keyboard | |
| from tkinter import StringVar |
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 pyttsx3 | |
| import speech_recognition as sr | |
| import webbrowser | |
| import pywhatkit | |
| import wikipedia | |
| import os | |
| import datetime | |
| from playsound import playsound | |
| import keyboard | |
| import pyjokes |
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 pyttsx3 | |
| import speech_recognition as sr | |
| import webbrowser | |
| import pywhatkit | |
| import wikipedia | |
| import os | |
| import pyautogui | |
| import psutil | |
| import datetime | |
| from playsound import playsound |
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 pyttsx3 | |
| import speech_recognition as sr | |
| engine = pyttsx3.init('sapi5') | |
| voices = engine.getProperty('voices') | |
| engine.setProperty('voice', voices[7].id) | |
| engine.setProperty('rate',170) | |
| def Speak(Audio): | |
| print(" ") |
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 pyttsx3 | |
| import speech_recognition as sr | |
| engine = pyttsx3.init('sapi5') | |
| voices = engine.getProperty('voices') | |
| engine.setProperty('voice', voices[7].id) | |
| engine.setProperty('rate',170) | |
| def Speak(Audio): | |
| print(" ") |
NewerOlder