Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.11 KB

readme.md

File metadata and controls

40 lines (28 loc) · 1.11 KB

The voice interface helper bot:- The program listens to the user voice for input and perform desired command

Install

pip install pyttsx3
pip install speechrecognition
pip install wikipedia

About Libraries

webbrowser:

This is an inbuilt python library for easy browser controls.

pyttsx3:

This is a text to speech conversion library. It works offline.

speechrecognition:

Library for performing speech recognition, with support for several engines and APIs, online and offline.

wikipedia:

Wikipedia is a Python library that makes it easy to access and parse data from Wikipedia.

Search Wikipedia, get article summaries, get data like links and images from a page, and more.

Usage

The program first greets the user telling the time and date. Then it listens to the commands the user provide via voice.

Commands Include:

  1. Open Youtube
  2. Open Google
  3. Open Gmail
  4. Start Notepad
  5. Wikipedia: query
  6. Date
  7. Time
  8. Day
  9. Write in Notepad
  10. Open word
  11. Quit