sukeesh / Jarvis

Personal Assistant for Linux and macOS
MIT License
2.91k stars 1.02k forks source link

implementation of new fruit plugin #1145

Closed harshita280904 closed 6 months ago

harshita280904 commented 8 months ago

I added a new Fruit Plugin to the project. This would allow users to receive nutritional information about fruits. Additionally it would also let users to compare between two fruits in terms of their nutritional information. A new python file was added here. jarviscli/plugins/nutrition_fruit This plugin will be activated if the user calls either 'nutrition of fruits' or 'info on fruits' the functionality was also tested running the jarvis.

harshita280904 commented 8 months ago

This addresses the issue #1138

pnhofmann commented 6 months ago

Thanks