pyttsx3 in MacBook Air M1 Sonoma
import NSSpeechSynthesizer # Used for Python to speak to us
import speech_recognition as sr # Used to translate human voice and pass to text
import webbrowser # Used to open web pages
import pywhatkit # Used to search on YouTube
import yfinance as yf # Used to search information in the stock market
import pyjokes # Used to tell jokes
import wikipedia # Used to search information on Wikipedia
import datetime # Used to get the current date and time