Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 1.79 KB

PRE-REQUISITES.md

File metadata and controls

40 lines (23 loc) · 1.79 KB

REQUIREMENTS

Following are the pre-requisites to be installed in the system to use Voice Assistant through Terminal Window. You can individually download all the perticular requirements or simply write pip install -r requirements.txt followed by pipwin install pyaudio

  1. Python3 should be installed in the system. Click to download.

  2. Following libraries and packages are to be installed. The syntax for library installation of a library and a package is: -

    1. pip install (library/package_name) or
    2. pip3 install (library/package_name)

Enter the following commands to install them: -

pip install colorama

pip install rich

pip install pyttsx3

pip install DateTime

pip install SpeechRecognition

pip install docx

pip install fitz

pip install gTTS

pip install playsound

pip install pywin32

pip install wikipedia

pip install webbrowser

To download the source code and executable file. - link

To use the Voice Assistant through an executable file; download according to instructions mentioned in the installation part of README.