/talking_clock

A small script that gives a voice notification every time the hour changes

Primary LanguagePython

talking_clock

This is a little script that gives you a voice notification every time the hour changes.

==

The mp3 file is created using the Google TTS (Text-to-Speech) API.

To install gTTS via terminal: pip3 install gTTS

The mp3 file is played back using the command-line mp3 player mpg321.

To install mpg321 via terminal: apt-get install mpg321