Skip to content

Commit

Permalink
Add demo run
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaminus committed Mar 3, 2018
1 parent 96ea860 commit 613b9ae
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
Binary file added Email-on-voice.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Email on Voice

[![EOV Demo](https://i.imgur.com/it6epEf.png)](https://i.imgur.com/it6epEf.png)

Clone the repo
```
https://github.com/samyoga/email-on-voice
Expand Down
13 changes: 6 additions & 7 deletions main.py
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
Expand Down Expand Up @@ -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

0 comments on commit 613b9ae

Please sign in to comment.