Basic-Python-Programs
Basic-Python-Programs copied to clipboard
Create Jarvis.py
This pull request introduces a Jarvis Voice Assistant application built in Python, leveraging various libraries to handle voice commands and provide an interactive user experience.
The assistant can perform several functions, including:
1. Voice Recognition: Listens for user commands using the speech_recognition library.
2. Text-to-Speech: Responds audibly to the user using the pyttsx3 library.
3. Fun Facts: On greeting, it fetches and reads a random fun fact from an API, enhancing user engagement.