You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This an Email sender application which converts the users' voice message to the email message, then allow the user for some mannul editing of the recorded message and then send it to the required email id.
The vaious modules used in this project are smtplib, tkinter, and speech_recognition.
The GUI of this application has been developed using python tkinter library.
The file <sender.py> contains senders' login credentials(Email-id and Password) and the other parameters like receiver's emai id and email-body.
About
This an Email sender application which converts the users' voice message to the email message and send it to the required email id.