Skip to content

logic-coders/Voice-Control-Assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Smart-Assistant with python

This Python script is a simple voice assistant that can perform various tasks based on voice commands. It utilizes several Python libraries to enable voice recognition and execute actions like opening applications, sending messages, and more.

Prerequisites

Before running the script, ensure you have the following dependencies installed: You can install these dependencies using pip:

Available Commands

  • Open Notepad: Opens the Notepad application.
  • Open Chrome: Opens the Google Chrome browser.
  • Search on YouTube: Opens a YouTube video based on your command.
  • Turn Off Wi-Fi: Disables Wi-Fi connectivity.
  • Tell Time: Provides the current time.
  • Open Camera: Opens the built-in camera application.
  • Shutdown: Shuts down the computer.
  • Open Spotify: Opens Spotify and plays a specified song.
  • Send WhatsApp Message: Sends a WhatsApp message to a specified contact.
  • Make Folder: Creates a new folder with a specified name.
  • Remove Folder: Deletes a folder with a specified name.
  • Open Live Webcam: Opens the webcam and displays the live video feed.
  • Open Live Grayscale Webcam: Opens the webcam and displays the live video feed in grayscale.
  • Take Image: Captures a photo using the webcam.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages