Skip to content

ganeshkavhar/Shutdown-Computer-with-Voice-in-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Shutdown-Computer-with-Voice-in-Python

About Pyaudio

pyaudio is working in the background and is necessary to be installed.

take_command()

take_command() function so that it can be used here as the ear of our voice assistant in Python which ultimately uses the speech_recognition module.

Speak()

Speak() function so that it can be used here as the mouth of our voice assistant in Python which ultimately uses the pyttsx3 module.