This pull request uses pyttsx3 TTS (text-to-speech) module instead of os.system('say "..."') for cross-platform compatibility - allowing scripts to work on Mac, Windows, and Linux without changes.
This should also allow removal of any Windows-specific scripts in the repo, reducing maintenance/upkeep needed.
This pull request uses pyttsx3 TTS (text-to-speech) module instead of os.system('say "..."') for cross-platform compatibility - allowing scripts to work on Mac, Windows, and Linux without changes.
This should also allow removal of any Windows-specific scripts in the repo, reducing maintenance/upkeep needed.