Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 1.17 KB

File metadata and controls

40 lines (22 loc) · 1.17 KB

Voice Assistant Using Python

This is the simple application of the speech recognition module where the text is processed and a voice reply is generated back to the user.

What can this Voice Assistant do ?

  • It can send emails for you.
  • It can play music for you.
  • It can do Wikipedia searches for you.
  • It can open websites like Google, Youtube, etc., in a web browser.
  • It can open your code editor or IDE with a single voice command.

Libraries required to be installed using Pip Command:

  1. pyttsx3
  2. SpeechRecognition
  3. wikipedia
  4. webbrowser
  5. datetime

Screenshot

Play Music

screenshot01

Open Google

screenshot02

Serach on Wikipedia

screenshot03