Skip to content

Govind155/Voice-Assistant-using-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Voice Assistant using Python programming language.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages