This repository contains a Python-based voice assistant chatbot and several fun games, providing an interactive and engaging experience for users.
- Voice Assistant Chatbot: A voice-enabled chatbot that can respond to your queries and carry out tasks.
- Multiple Games: Enjoy a variety of games that you can play directly through the Python script.
- Tic-Tac-Toe: A classic 2-player game to challenge your friend.
- Number Guessing Game: A game where the assistant will help you guess a randomly generated number.
- Rock, Paper, Scissors: A fun game where you play against the computer.
To run the Python file, you will need the following libraries installed:
speech_recognitionpyttsx3randomostime
You can install them using the following command:
pip install speechrecognition pyttsx3