Skip to content

Commit b10ed68

Browse files
authored
Merge pull request #32 from spiderxp3/main
added jarvis-ai
2 parents cf8c900 + 59b0955 commit b10ed68

File tree

2 files changed

+415
-0
lines changed

2 files changed

+415
-0
lines changed

Project-45-Jarvis-AI/README.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# Jarvis-AI-using-python3
2+
3+
# Modules requires:
4+
import pyttsx3 #pip install pyttsx3
5+
import datetime #module
6+
import speech_recognition as sr
7+
import wikipedia
8+
import smtplib
9+
import webbrowser as wb
10+
import os #inbuilt
11+
import pyautogui
12+
import psutil #pip install psutil
13+
import pyjokes # pip install pyjokes
14+
import requests, json #inbuilt
15+
16+
17+
This is the New Jarvis AI Project it will do some functionality followed by user query.
18+
19+
Say "Help" or "tell me your features" , it will show all it's features
20+
21+
# This AI can do:
22+
it can help to do lot many things like..
23+
it can tell you the current time and date,
24+
it can tell you the current weather,
25+
it can tell you battery and cpu usage,
26+
it can create the reminder list,
27+
it can take screenshots,
28+
it can send email to your boss or family or your friend,
29+
it can shut down or logout or hibernate your system,
30+
it can tell you non funny jokes, :)
31+
it can open any website, on chrome web-browser
32+
it can search the thing on wikipedia,
33+
it can change his/her voice from male to female and vice-versa
34+
And yes more thing to come...
35+
36+
# If you like it leave a Star * on this Repo
37+
38+
![image](https://user-images.githubusercontent.com/11313549/83199718-64016700-a15f-11ea-8d7e-9b04280841f9.png)
39+
40+
![image](https://user-images.githubusercontent.com/11313549/83199495-ed646980-a15e-11ea-8834-d193af78e21d.png)
41+
42+
![image](https://user-images.githubusercontent.com/11313549/83199419-c312ac00-a15e-11ea-865c-54bfebae78bb.png)
43+
44+

0 commit comments

Comments
 (0)