A Python Voice Assistant designed to automate boring tasks using voice commands, without using any AI api.
The assisant is designed to understand the user as effectively as possible by using high-tech speech recognition, pattern matching funct…
A Python Voice Assistant designed to automate boring tasks using voice commands, without using any AI api.
The assisant is designed to understand the user as effectively as possible by using high-tech speech recognition, pattern matching functions to understand commmands and inputs, and parsing capabilities to understand common date formats and translating them in computer-friendly date and time formats.
Current Working Features:
Provide the user with the current date, time, and weather in any city.
Add, schedule, and display events from the user’s Google Calendar
Open any application installed on the user’s device.
Run external Python Scripts, e.g., clean the desktop
Conduct a web search to look things up online.
Automatically send emails to anyone.
all with YOUR voice.
GitHub Copilot was used for debugging