Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 720 Bytes

File metadata and controls

20 lines (15 loc) · 720 Bytes

Your-Desktop-Artificial-Assistant-(JARVIS)

Jarvis is a Python coding companion or your personal assistant . Point it to a python function, and it will execute it. As soon as you change and save your code, Jarvis will detect it, and will rerun the function. If an exception is raised, it will be displayed in the error panel. Enjoy your assistant at free of cost.

Installation

For windows users

(run those in command prompt/cmt/terminal) For jarvis to listen to our voice/speech pip install speechRecognition

To speak out, or text to speech pip install pyttsx3

For advance control on browser pip install pywhatkit

To get wikipedia data pip install wikipedia

To get funny jokes pip install pyjokes