What can this A.I. assistant do for you? It can send emails with attachments for you. It can play music for you. It can do Wikipedia searches for you. It is capable of opening websites like Google, Youtube, etc., in a web browser. It is capable of opening your code editor or IDE with a single command .
- Modules to install
1)pyttsx3 (pip install pyttsx3)
It will be used to speak the output
2)wikipedia (pip install wikipedia )
To scrap the wikipedia articles
Fully customizabel background and font
-
- To Send Email Attachment
info = {"name":"email_id"} # Name of the person's and their email address
emaii_id = "your email id" # Your email id
password = "your password" # Your password
* And after filling your information simple type
>send email to <person name>, <Your message> # After clicking enter it will ask you would like to attach file
# If yes then give him the file location and your are done
Don't forget to turn on 'Allow less secure apps' Oherwise it won't work
-
- Wikipedia Search
> shahrukh khan wiki
< According to wikipedia Shah Rukh Khan (pronounced [ˈʃaːɦrʊx xaːn]; born 2 November 1965), also known by the initialism SRK, is an Indian actor, film producer, and television personality. Referred to in the media as the "Baadshah of Bollywood" (in reference to his 1999 film Baadshah), "King of Bollywood" and "King Khan"
-
- Retriveing Data From The File
eg:what is <Your Question>
> what is List Comprehensions ?
< List Comprehensions is convenient ways to generate or extract information from lists.
I am using the keyword to retrieve the data from the file so the output's will be static.
You can add more data if you want.
It's not a very convinent way to retrive your data but still it works .
To find more functionlity Please refer code.