suresh sarika
Published © TAPR-OHL

Smart Reminder

A smart reminder with smart technology by yourself yes that's possible.

BeginnerFull instructions provided73
Smart Reminder

Things used in this project

Story

Read more

Schematics

Smart Reminder

Code

text to speech.py

Python
Steps to install text to speech software

1.sudo pip install pyttsx

2. sudo apt-get install espeak

then run the following program in the terminal.
import pyttsx
engine = pyttsx.init()
engine.setProperty('rate', 70)

voices = engine.getProperty('voices')

engine.say("Hi there, how's you ?")
engine.say("A B C D E F G H I J K L M")
engine.say("N O P Q R S T U V W X Y Z")
engine.runAndWait()

Credits

suresh sarika
3 projects • 7 followers

Comments