A Personal Non-AI Assistant for Linux, MacOS and Windows
Jarvis is a simple personal assistant for Linux, MacOS and Windows which works on the command line. He can talk to you if you enable his voice. He can tell you the weather, he can find restaurants and other places near you. He can do some great stuff for you.
activity
, bored
)prompt
, top_media
, taste dive
, mood music
)basketball
, cricket
, soccer
, tennis
)blackjack
, connect_four
, guess_number_game
, hangman
, rockpaperscissors
, roulette
, tic_tac_toe
, word_game
, wordle
)bmi
, bmr
, calories
, food recipe
, fruit
, fruit nutrition
, workout
)cocktail
, drink
)random list
, random number
, random password
)binary
, currencyconv
, hex
, lengthconv
, massconv
, speedconv
, string_convert
, tempconv
, timeconv
)open camera
, screencapture
)battery
, cat his
, dns forward
, dns reverse
, hostinfo
, ip
, scan_network
, speedtest
, os
, check ram
, systeminfo
)file manage
, file organize
)imgur
, image to pdf
, image compressor
)htmltopdf
, pdf to images
)dadjoke
, joke daily
, joke chuck
, joke
, fact
, cat fact
)calculate
, factor
, solve
, equations
, plot
, matrix add
)qr
)weather report
)translate
)stock
, cryptotracker
)Clone the Repository
git clone https://github.com/sukeesh/Jarvis.git
Run the installer
python installer
If that doesn’t work, try:
python3 installer
Run Jarvis from anywhere:
jarvis
Or from within the project folder:
./jarvis
You can start by typing help
within the Jarvis command line to check what Jarvis can do for you.
Question:
When I run Jarvis, it shows an error relating to module not found
Platform:
Windows
Solution 1: Uninstall and/or install the module package.
Example:
Error: ImportError: DLL load failed while importing win32api: The specified module could not be found.
Solution:
pip uninstall pywin32
pip install pywin32
or conda install pywin32
Solution 2: add the package to your environment variables system PATH.
Question: After cloning the repo in terminal it gives an error when running python3 installer saying please install virtual environemnt.
Solution:
python3 -m pip install virtualenv
OR: On Linux use package manager (e.g. Ubuntu sudo apt install python3-venv)
If you find other issues and/or have found solutions to them on any platform, please consider adding to this list!
Check out our CONTRIBUTING.md to learn how you can contribute!
Create new file custom/hello_world.py
from plugin import plugin
@plugin("helloworld")
def helloworld(jarvis, s):
"""Repeats what you type"""
jarvis.say(s)
Check it out!
./jarvis
Jarvis' sound is by default disabled.
In order to let Jarvis talk out loud type: enable sound
Type 'help' for a list of available actions.
~> Hi, what can I do for you?
helloworld Jarvis is cool!
jarvis is cool
Click here to learn more about plugins.
Creating a test is optional but never a bad idea ;).
Click here to learn more about testing.
Run test.sh
./test.sh
sapi5, nsss or espeak
) for Jarvis to talk out loud (e.g. Ubuntu do sudo apt install espeak
)notify-send
on Linux if you want to receive nice and desktop-notification instead of ugly pop up windows (e.g. Ubuntu do sudo apt install libnotify-bin
)ffmpeg
if you want music
to download songs as .mp3 instead of .webmRun with docker (docker needs to be installed and running):
[sudo] make build_docker
[sudo] make run_docker
sukeesh
See also the list of contributors who have participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details.