Dantusaikamal / Desktop-Assistant

I've created a desktop assistant and named it J.A.R.V.I.S which makes our day to day task much easier. It is capable of doing various tasks and I'll be adding more functions soon :)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributors Forks Stargazers Issues MIT License LinkedIn

Logo

Desktop Assistant using Python

J.A.R.V.I.S is a python desktop assistant that is capable of carrying many day to day tasks using voice command. It can perform many activities such as opening and send mails, opening desktop applications, playing music, etc!

Table of Contents

About The Project

Alt Text

I've created a desktop assistant and named it J.A.R.V.I.S which makes our day to day task much easier. It is capable of doing various tasks and I'll be adding more functions soon :)

** List of commands:**

  1. wikipedia + 'query':
Say wikipedia and wait for a second. Now say what you want J.A.R.V.I.S to search in Wikipedia.
  1. Open YouTube
This command will open YouTube from your default browser
  1. Open Gmail
This command will open Gmail from your default browser
  1. Open Google + 'query'
Say Google and wait for a second. Now say what you want J.A.R.V.I.S to search in Google.
  1. The Time
Says out current time in your system
  1. Send mail to 'user'
Define who you want to send in the code in the send mail section first.
Say mail to 'user' and wait for a second.
Say the content of the mail
  1. Open desktop applications (VS Code, Spotify, etc!)
Open which ever desktop application you want by specifying the app's name in the code and it's complete path. Check out Open Code and Open Spotify commands for more information on how to open desktop applications
  1. J.A.R.V.I.S sleep
When you no longer want J.A.R.V.I.S to answer you, simply say Jarvis sleep.

These are the commands for J.A.R.V.I.S in the initial version. More and more commands will be added soon!

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • pip
pip install requirements.txt

Installation

  1. Clone the repo
git clone https://github.com/dantusaikamal/Desktop-Assistant.git
  1. Install Python dependencies
pip install package_name

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Dantu Sai Kamal - @saikamaldantu - dantusaikamal@gmail.com

Project Link: https://github.com/Dantusaikamal/Desktop-Assistant/

About

I've created a desktop assistant and named it J.A.R.V.I.S which makes our day to day task much easier. It is capable of doing various tasks and I'll be adding more functions soon :)

License:MIT License


Languages

Language:Python 100.0%