Skip to content

Instantly share code, notes, and snippets.

View Alpha-Coder42's full-sized avatar

Alpha-Coder42

View GitHub Profile
import speech_recognition as sr
import pyttsx3
import datetime
import webbrowser
# Initialize speech engine
engine = pyttsx3.init()
def speak(text):
print("Jarvis:", text)