Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 378 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 378 Bytes

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