pcomputo / Whole-Foods-Delivery-Slot

Automated script for Whole Foods and Amazon Fresh delivery slot
Apache License 2.0
443 stars 149 forks source link

Use pyttsx3 text-to-speech module instead of os.system('say "..."') for cross-platform compatibility #32

Open Stormwind99 opened 4 years ago

Stormwind99 commented 4 years ago

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.

pcomputo commented 4 years ago

Thanks a lot for getting this out. I've added a link to your PR in the Readme, meanwhile I try to test this. Thank you!