diff --git a/README.md b/README.md index 13a51d0..9254ebd 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # J.A.R.V.I.S +We all know J.A.R.V.I.S (Just A Rather Very Intelligent System), Tony Stark's natural-language user interface, made famous by the Avengers franchise of Marvel Cinematic Universe! Here, we've created this amazing program, a J.A.R.V.I.S powered by Python. + ## 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/noobDevelopers/J.A.R.V.I.S/issues) @@ -9,8 +11,9 @@ ![GitHub Hacktoberfest combined status](https://img.shields.io/github/hacktoberfest/2020/noobDevelopers/J.A.R.V.I.S) +
-### Requirements: +## Requirements:
  • datetime
  • os
  • @@ -28,7 +31,10 @@
  • psutil
  • pyautogui
  • -

    Required Packages

    +
    + +## Installation of packages: +Use the package manager [pip](https://pip.pypa.io/en/stable/) to install the required packages ``` pip3 install SpeechRecognition @@ -41,22 +47,21 @@ 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: +### On Ubuntu-based Linux distribution, the following packages need to be installed for the code to work properly: ``` sudo apt-get update && sudo apt-get install espeak ``` -### What it does... +## What it does?