|
| 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 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
0 commit comments