Skip to content

nikita9604/Automated-Voice-Controlled-Email-Sender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Automated Voice Controlled Email Sender using Python

No need to type mails anymore. Send unlimited emails automatically using STMP Protocol through any gmail account by Voice Instructions.

Prerequisites

  1. Open Gmail -> Click on the Profile (right top corner)
  2. Click Manage your Google Account -> Security -> Less secure app access (turn ON)
  3. Note - You gmail account should have 2-step verification turned off to see the above option
  4. Else turn the off the verification and then follow step 2

Installation Requirements (libraries)

  1. pip install SpeechRecognition
  2. pip install PyAudio

In case it shows error or build wheel fails, go for - pip install pipwin & pipwin install pyaudio

(pipwin helps to installs precompiled Windows binaries)

  1. pip install pyttsx3

Application

Steps of Code Execution

  1. Clone / Download this repository
  2. Unzip the downloaded folder
  3. Open any python editor (Here, VS Code is used)
  4. Run this python file to execute the application with Voice Commands.

References

https://realpython.com/python-send-email/