Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 977 Bytes

File metadata and controls

26 lines (17 loc) · 977 Bytes

Voice Assistant

This project is a Python-based Voice Assistant, created to interact with users by recognizing and responding to voice commands.

Features

  • Play Music: Ask the assistant to play any song on YouTube by saying "play [song name]."
  • Current Time: Get the current time by asking, "What time is it?"
  • Wikipedia Summaries: Ask questions like "Who the heck is [person's name]?" to hear a short Wikipedia summary.
  • Jokes: The assistant can tell you jokes on request.
  • Fun Responses: Enjoy responses to questions like "Are you single?" or "Let's go on a date!"

Getting Started

Prerequisites

Ensure you have the following libraries installed:

pip install SpeechRecognition pyttsx3 pywhatkit wikipedia pyjokes

Acknowledgments