This repository will store our Python Virtual Assistant study implementation. Everyone is welcome to fork/help the project.
This program needs the following dependencies installed. Run the following command on your terminal to install them
./install_dependencies.shhttps://brewinstall.org/Install-mpg321-on-Mac-with-Brew/ for Mac OSX
http://www.mpg123.de/download/win64/mpg123-1.23.8-x86-64.zip download for windows, then extract the folder and rename mpg123.exe to mpg321.exe and add the folder to your system path. Learn how to add folder to path here: https://www.architectryan.com/2018/03/17/add-to-the-path-on-windows-10/
Run the script "main.py" from the directory containing it
python3 main.py-
Hello: Will greet the user.
-
Thank you: Will say she's glad she could help.
-
What is your name: Will say she's waiting for her creator to give her a name.
-
Open Gmail: Will open Gmail Page on default browser.
-
Open Whatsapp: Will open Web WhatsApp Page on default browser
-
Local time: Will check and tell your current local time.