-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
8 additions
and
7 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
import os #system commands | ||
import smtplib #smtp protocol | ||
import time #time parameters | ||
import os # system commands | ||
import smtplib # smtp protocol | ||
import time # time parameters | ||
|
||
import pyaudio #portaudio bindings | ||
import pyttsx3 #OFFLINE Python Text to Speech library | ||
import speech_recognition as sr #Library for speech recognition | ||
import pyaudio # portaudio bindings | ||
import pyttsx3 # OFFLINE Python Text to Speech library | ||
import speech_recognition as sr # Library for speech recognition | ||
|
||
''' | ||
Initialize sr and speech-engine | ||
|
@@ -56,4 +56,3 @@ | |
|
||
server.sendmail("Your Email ID", command, msg) #Send mail with values for message and receiver id where Your Email ID = [email protected] | ||
server.quit() # Quit server | ||
|