-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
908da80
commit b0c1fc0
Showing
1 changed file
with
9 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,16 @@ | ||
# Personal Assistant - Jarvis | ||
|
||
## Overview | ||
Jarvis is a personal assistant written in python 3 | ||
<br> from cmd we can directly type the app name and it will opn for us. | ||
<br> It is the Task-1 for IIEC-RISE 2.0 | ||
Jarvis is a personal assistant written in python 3. | ||
<br> It has been made to increase productivity and reduce difficulties. | ||
<br> It is the Task-1 for IIEC-RISE 2.0. | ||
|
||
## Python libraries used: | ||
- pyttsx3: to provide voice-based output. | ||
- os: to do operating-system-based tasks like launching some applications. | ||
- datetime: for getting current date and time. | ||
- webbrowser: to do browser-related tasks like opening web pages. | ||
|
||
## Functions and Commands | ||
- | ||
- | ||
- | ||
|
||
|