Posts

Showing posts from November, 2014

program to make own jarvis system

                                                         hello_jarvis.py --------------------------------------------------------------------------------------------------------------- import os,pyttsx,urllib,feedparser,time,serial import speech_recognition as sr import email.utils,smtplib from email.mime.text import MIMEText def text_speech(text):    engine = pyttsx.init()    engine.setProperty('rate', 150)    voice=pyttsx.voice.Voice    voice.id= 0x0000000002CC9550    engine.setProperty('voice', voice.id)    s=text    engine.say(s)    engine.runAndWait()

Amazon Echo- Awesome product

Image

program for voice controlled smart home automation

Image
Hello friends, Here is my python code to control whole home just by voice commands. and also control your computer by just your voice commands. edit my program as per your need. hope you like it. my project on GitHub project website