suryanshsk / Python-Voice-Assistant-Suryanshsk

A Python-based virtual assistant using Gemini AI. Features include voice recognition, text-to-speech, weather updates, news retrieval, jokes, Wikipedia info, and music management. Comes with an interactive web interface. Easily extendable and customizable.
MIT License
40 stars 110 forks source link

Refactor Google Calendar Integration and Remove Personal Path. #519

Closed imDarshanGK closed 3 weeks ago

imDarshanGK commented 3 weeks ago

This pull request updates the Google Calendar code to make it easy for others to use:

1} It removes my personal file path for credentials.json and uses a simpler setup. 2} Now, anyone can add their own credentials.json file without changing the code.

@suryanshsk

suryanshsk commented 3 weeks ago

There is conflicts