Virtual assistant in python
Powerful virtual assistant in python
Set up
Step 1:
download repo and unzip
Step 2:
pip install requirements.txt
(if py audio doesn't work check here: https://github.com/4rkal/virtual_assistant_in_python/wiki/Installing-py-audio-error)
Step 3:
python main.py
Manual
Commands:
Play song
Automaticly plays any song you say on youtube
Command: play + song
Time
Displays current time
Command: any phrase with time in it
Wiki search
Will show wikipedia info about any person
Command: who the heck is + person
Joke
Will tell you a joke
Command: any phrase with the word joke in it
Open
Launches any application
Command: open and then application (must edit lines 66-73)
Downoad
Will wget any url
Command: download and then paste url
Name
Will say his name and some more
Command: any phrase with name in it
Email
Will launch outlook
Command : any phrase with email in it
Google
Will run a google search on anything you say
Command: google + query
Sleep
Will go to sleep
Command: any phrase with sleep in it
Exit
Will exit the application
Command: any phrase with exit in it