https://github.com/mugendesu/simple-jarvis-bot
Simple Bot that can Open or Close Applications , Open a Website , etc...
https://github.com/mugendesu/simple-jarvis-bot
ai bot intermediate-projects jarvis python
Last synced: about 1 year ago
JSON representation
Simple Bot that can Open or Close Applications , Open a Website , etc...
- Host: GitHub
- URL: https://github.com/mugendesu/simple-jarvis-bot
- Owner: Mugendesu
- Created: 2024-12-28T18:32:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-06T20:46:53.000Z (about 1 year ago)
- Last Synced: 2025-03-06T21:28:21.586Z (about 1 year ago)
- Topics: ai, bot, intermediate-projects, jarvis, python
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# This Documentation is for the previous Version.
### I might rewrite the documentation for this version Late
## Simple Jarvis Bot
+ This bot is Created using Python
+ It can open Websites and Search for something in Google using voice command
+ Can Open and Close applications
+ Can also play music on YT
+ After running the PY file , You need to say **"Jarvis"** to give it further commands
### Installation Process
+ First download and open the files into an IDE
+ Now u just have to install the Required modules
+ To do that , Open the Terminal and paste ```pip install -r requirement.txt```
+ Now run the ```main.py``` file and you are all set
### Commands it can support
- "**Open < app name > App**" for Opening Applicaion
- "**Close < app name >**" for Closing Applicaion
- "**Open < Website name >**" for opening Website
- "**Search < Query >**" for Searching the Query on Google
- "**Play < song name >**" for Playing song on YT (or anywhere else as specified by the dictionary)
- "**Deactivate**" For Deactivating Jarvis
### *dict_lib.py*
+ ```dict_lib.py``` file contains the links and locations of music ,websites and Applications
+ This bot can only access or open the Links or Application mentioned in this file.
+ ```music``` :- add music title and its link (title should be in lowercase)
+ ```open_applications``` :- add App name and its location (App name in lowercase)
+ ```close_applications``` :- add accordingly to ```open_applications```
+ ```websites``` :- websites name and link (Website name in lowercase)