Skip to content

imx0x/Python_VoiceAssistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

🐍Python Based Voice Assistant 🎙️

Voice assistant which is programmed to automate and perform tasks like playing songs and videos, searching Wikipedia for information, tells jokes, tells interesting facts, reciting latest news , telling real time weather forecast.

It is an AI powered project (it uses Speech Recognition module) which is made using python programming.


Installation

  • To speak out, or text to speech pip install pyttsx3

  • For advance control on browser pip install pywhatkit

  • To get wikipedia data pip install wikipedia

  • To get funny jokes pip install pyjokes

  • For News pip install PyNews


The implemented Voice assistant can perform the following tasks:

  1. Opens a wepage : Youtube ,Google, Github , StackOverflow

     Human : Hey Python , Open Youtube
    
  2. Predicts time

     Human : Hey Python , What is the time
    
  3. Play a song

     Human : Hey Python , Play dispatchio
    
  4. Tells a Joke

     Human : Hey Python , tell me a joke
    
  5. Seach anything in Wikipedia

     Human : Hey Python , Search in Wikipedia who is Albert Einstein
    
  6. Recite LATEST News

     Human : Hey Python , whats the latest news
    
  7. Recite the TRENDING News

     Human : Hey Python , whats the trending news
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages