From 3317a9ede1957834101d15b7aed29f89c2658f9d Mon Sep 17 00:00:00 2001 From: GauravSingh75 <55052983+GauravSingh9356@users.noreply.github.com> Date: Sun, 4 Oct 2020 17:41:07 +0530 Subject: [PATCH] Added --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1e63a2d..1b6b499 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,16 @@ # J.A.R.V.I.S + ## Python powered J.A.R.V.I.S + [![GitHub issues](https://img.shields.io/github/issues/GauravSingh9356/J.A.R.V.I.S)](https://github.com/GauravSingh9356/J.A.R.V.I.S/issues) [![GitHub forks](https://img.shields.io/github/forks/GauravSingh9356/J.A.R.V.I.S)](https://github.com/GauravSingh9356/J.A.R.V.I.S/network) [![GitHub stars](https://img.shields.io/github/stars/GauravSingh9356/J.A.R.V.I.S)](https://github.com/GauravSingh9356/J.A.R.V.I.S/stargazers) [![GitHub license](https://img.shields.io/github/license/GauravSingh9356/J.A.R.V.I.S)](https://github.com/GauravSingh9356/J.A.R.V.I.S/blob/master/LICENSE) - ### Requirements: +
  • datetime
  • os
  • pyttsx3
  • @@ -21,6 +23,10 @@
  • json
  • defflib
  • geocoder
  • +
  • pyjokes
  • +
  • psutil
  • +
  • pyautogui
  • +

    Required Packages

    ``` @@ -31,9 +37,11 @@ pip3 install PyAudio pip3 install geocoder pip3 install loc pip3 install wikipedia +pip install psutil +pip install pyjokes -``` +``` ### On Ubuntu based Linux distribution you need to install the following packages, so that the code works: @@ -43,6 +51,7 @@ sudo apt-get update && sudo apt-get install espeak ``` ### What it does... +