Skip to content

Add voice Task Management (task_manager.py), integrate commands in Ja…#38

Merged
arzoo0511 merged 1 commit into
Arpitgarg07:mainfrom
Adithyakp86:main
Oct 3, 2025
Merged

Add voice Task Management (task_manager.py), integrate commands in Ja…#38
arzoo0511 merged 1 commit into
Arpitgarg07:mainfrom
Adithyakp86:main

Conversation

@Adithyakp86
Copy link
Copy Markdown
Contributor

…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

…rvismain; fix imports and test-friendly GreetMe
@arzoo0511 arzoo0511 merged commit 0302a70 into Arpitgarg07:main Oct 3, 2025
1 of 6 checks passed
@Adithyakp86
Copy link
Copy Markdown
Contributor Author

Adithyakp86 commented Oct 4, 2025 via email

@arzoo0511
Copy link
Copy Markdown
Collaborator

image

@Adithyakp86
Copy link
Copy Markdown
Contributor Author

Adithyakp86 commented Oct 4, 2025 via email

@arzoo0511
Copy link
Copy Markdown
Collaborator

fix code ?

@Adithyakp86
Copy link
Copy Markdown
Contributor Author

Adithyakp86 commented Oct 4, 2025 via email

@Adithyakp86
Copy link
Copy Markdown
Contributor Author

Adithyakp86 commented Oct 4, 2025 via email

@arzoo0511
Copy link
Copy Markdown
Collaborator

No points since it didn't merge

@Adithyakp86
Copy link
Copy Markdown
Contributor Author

Adithyakp86 commented Oct 4, 2025 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants