Add voice Task Management (task_manager.py), integrate commands in Ja…#38
Merged
Conversation
…rvismain; fix imports and test-friendly GreetMe
Contributor
Author
|
How much points i got please confirm
…On Fri, 3 Oct 2025, 6:47 pm arzoo rai, ***@***.***> wrote:
Merged #38 <#38> into main.
—
Reply to this email directly, view it on GitHub
<#38 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/BNQKT5SBYNX75DYAEFTLDDT3VZZOPAVCNFSM6AAAAACIGOJE7SVHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMRQGA4DCMRWGMYTCMY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Collaborator
Contributor
Author
|
What i do.
…On Sat, 4 Oct 2025, 1:09 pm arzoo rai, ***@***.***> wrote:
*arzoo0511* left a comment (Arpitgarg07/Jarvis#38)
<#38 (comment)>
image.png (view on web)
<https://github.com/user-attachments/assets/7e5426d1-bd05-4b17-80da-d0028fc06061>
—
Reply to this email directly, view it on GitHub
<#38 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BNQKT5XJHBTNWOMAUBUCR4L3V52UNAVCNFSM6AAAAACIGOJE7SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTGNRXHE4TONRVGA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Collaborator
|
fix code ? |
Contributor
Author
|
K
…On Sat, 4 Oct 2025, 1:14 pm arzoo rai, ***@***.***> wrote:
*arzoo0511* left a comment (Arpitgarg07/Jarvis#38)
<#38 (comment)>
fix code ?
—
Reply to this email directly, view it on GitHub
<#38 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BNQKT5TZX3VVG7XKH6DO7OL3V53GLAVCNFSM6AAAAACIGOJE7SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTGNRXHE4TSOJQGE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Contributor
Author
|
Old merge how much points i got please confirm sir
…On Fri, 3 Oct 2025, 6:47 pm arzoo rai, ***@***.***> wrote:
Merged #38 <#38> into main.
—
Reply to this email directly, view it on GitHub
<#38 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/BNQKT5SBYNX75DYAEFTLDDT3VZZOPAVCNFSM6AAAAACIGOJE7SVHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMRQGA4DCMRWGMYTCMY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Collaborator
|
No points since it didn't merge |
Contributor
Author
|
Now create PR again
…On Sat, 4 Oct 2025, 6:07 pm arzoo rai, ***@***.***> wrote:
*arzoo0511* left a comment (Arpitgarg07/Jarvis#38)
<#38 (comment)>
No points since it didn't merge
—
Reply to this email directly, view it on GitHub
<#38 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BNQKT5QQUDXETRF25WIDQCD3V65SBAVCNFSM6AAAAACIGOJE7SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTGNRYGE4DSMZWGI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

…rvismain; fix imports and test-friendly GreetMe
issue no: #36
Changes made (commit these)
Added new files:
Jarvis/Calculatenumbers.py (wrapper re-export)
Jarvis/GreetMe.py (test-friendly Speak/greetMe implementation)
Jarvis/Jarvismain.py (wrapper re-export)
Jarvis/features/utilities/task_manager.py (new Task Management System with JSON storage at Jarvis/data/tasks.json)
Updated files:
Jarvis/core/Jarvismain.py
Removed bad from Whatsapp import sendMessage and fixed imports
Added sys.path setup for features/* subpackages
Integrated voice Task Management commands:
“add task …”, “add urgent task …”
“what are my tasks today/this week”
“show overdue tasks”
“mark task completed: …”
“set task priority: … to high/normal/low”
Jarvis/GreetMe.py
Replaced wrapper with direct, test-friendly implementation (initializes pyttsx3 inside functions)
What’s new (feature)
Voice-controlled Task Management:
Add tasks with optional deadlines/priority
Daily/weekly summaries, overdue report
Mark complete, set priority
Persistent storage in Jarvis/data/tasks.json
Local runtime notes
Install missing packages in your venv if needed:
..venv\Scripts\pip install pywhatkit
Consider adding a runtime requirements.txt including:
pyttsx3, SpeechRecognition, opencv-python, pygame, pyautogui, speedtest-cli, beautifulsoup4, plyer, nltk, requests, pywikihow, pywhatkit