All Projects → Harsha200105 → DesktopAssistant

Harsha200105 / DesktopAssistant

Licence: MIT license
A Virtual Desktop Assistant Written in Python

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to DesktopAssistant

hacktoberfest2021-easy
Add a code in any language
Stars: ✭ 24 (-95.85%)
Mutual labels:  hacktoberfest-starter, hacktoberfest2021
hacktoberfest 2021
This is a repository for anyone wishing to contribute to HacktoberFest 2021
Stars: ✭ 51 (-91.19%)
Mutual labels:  hacktoberfest-starter, hacktoberfest2021
Awesome-Clone
A curated list of AWESOME clones made with react,vue,svelte
Stars: ✭ 37 (-93.61%)
Mutual labels:  hacktoberfest-starter, hacktoberfest2021
HacktoberFest-21
A mentorship initiative to help beginners kickstarting their open-source journey by completing Hacktoberfest'21 challenge | Curated list of beginner-friendly issues for Hacktoberfest 2021 | Raise PR to add your issues
Stars: ✭ 27 (-95.34%)
Mutual labels:  hacktoberfest-starter, hacktoberfest2021
TheAlgorithms
This contains whatever you need to study about Algos...
Stars: ✭ 21 (-96.37%)
Mutual labels:  hacktoberfest-starter, hacktoberfest2021
Hacktoberfest-2021-Repos
A list of Hacktoberfest 2021 Repos that are valid to be contributed towards Hacktoberfest pull requests
Stars: ✭ 27 (-95.34%)
Mutual labels:  hacktoberfest-starter, hacktoberfest2021
hacktoberfest2021
For Beginners, students and developers this is a great opportunity to learn and contribute to open source.
Stars: ✭ 79 (-86.36%)
Mutual labels:  hacktoberfest-starter, hacktoberfest2021
HACKTOBERFEST2021 INSPIRATION
😎A Hacktoberfest-2021 Contribution Repository For Beginners😎...Simplest Repo for Beginners👨‍💻👨‍💻👨‍💻...Add your Profile Details, Photo and Inspirational Quote 🙌🙌🙌& There you go to do your first PR❤❤❤
Stars: ✭ 30 (-94.82%)
Mutual labels:  hacktoberfest-starter, hacktoberfest2021
Hacktoberfest-Indonesia-2021
Event Hacktoberfest Indonesia 2021
Stars: ✭ 42 (-92.75%)
Mutual labels:  hacktoberfest-starter, hacktoberfest2021
Hacktoberfest-2021
Create Hacktoberfest PRs. Star this Repo!⭐
Stars: ✭ 32 (-94.47%)
Mutual labels:  hacktoberfest2021
pwsh-prelude
PowerShell “standard” library for supercharging your productivity. Provides a powerful cross-platform scripting environment enabling efficient analysis and sustainable science in myriad contexts.
Stars: ✭ 26 (-95.51%)
Mutual labels:  hacktoberfest2021
Data Structures For Hacktoberfest
A repository to get started with open source and contribute in Hacktoberfest . You can add any data structures and algorithms code in the language of your choice.
Stars: ✭ 16 (-97.24%)
Mutual labels:  hacktoberfest2021
Hacktoberfest2021 beginner
This Repository is for Hacktoberfest absolute beginners guide
Stars: ✭ 97 (-83.25%)
Mutual labels:  hacktoberfest2021
vue-datamaps
It is a Vue port of the javascript-based DataMaps
Stars: ✭ 14 (-97.58%)
Mutual labels:  hacktoberfest2021
Apni-Dukaan
An E-commerce site to buy products of need.
Stars: ✭ 27 (-95.34%)
Mutual labels:  hacktoberfest2021
navio
Navio is a program to create and manage linux containers. This project exists only for study purposes, so feel free to contribute :)
Stars: ✭ 14 (-97.58%)
Mutual labels:  hacktoberfest2021
Your-First-Contribution
You may learn how to make successful pull requests and get your first valid open source contribution by using this repository.
Stars: ✭ 24 (-95.85%)
Mutual labels:  hacktoberfest2021
MayMeow.Cryptography
🔐 Cryptography library for .NET
Stars: ✭ 12 (-97.93%)
Mutual labels:  hacktoberfest2021
Hactoberfest-First-PR
Contrubute anything valuable to Open source code and you will Merged with REPO
Stars: ✭ 21 (-96.37%)
Mutual labels:  hacktoberfest2021
Repo-Excluded-From-HacktoberFest-2021
Know a bit of python & need pr for hacktoberfest ? come join us in the journey
Stars: ✭ 17 (-97.06%)
Mutual labels:  hacktoberfest2021

Desktop Assistant

A Virtual Desktop Assistant Written in Python.
It's generally a basic virtual assistant
The basic purpose of this is to make work easier as it re-directs you to various main sites and performs various important functions for your PC as well just install it for your system and run it in your code editor or IDE. I will be soon updating it as an application for MacOS, Linux and Windows. Until then you can follow the Contributing Guidelines and Contribute into this Desktop Assistant.

Installing :

  • Clone the repo to make it available on your local system by using git clone <FORKED_REPO_URL>
  • cd into the project directory i.e - cd DesktopAssitant

Requirements for windows

Steps to run the Assistant on your pc (use python 3.9)

Installing all the necessary python module using

pip install -r requirements.txt

Dependency for Ubuntu

sudo apt-get update
sudo apt-get install espeak
pip install -r ubuntu_requirements.txt

Wow All done! Now give the command to jarvis.

Run

For windows user run

python Jarvis2_4windows.py

For ubuntu user run

python Jarvis2.py

Wow! all done and now give some voice command

Download

Contributing Guidelines :

  • We are Open for Pull Requests
  • Please contribute and add value to the code
  • If you have some ideas for new features and you don't have time to implement them please open an issue with the tag new_feature.
  • Please don't forget to comment (document) your code!
  • Also If you feel like developing or working out on the Documentation section of this repository make sure to raise an issue regarding and i'll assign you that!
  • Before creating a Pull Request please go through the above guidelines and the code!
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].