{"id":20205841,"url":"https://github.com/vishalshenoy2002/jen","last_synced_at":"2025-03-03T09:42:36.802Z","repository":{"id":62572285,"uuid":"418850795","full_name":"VishalShenoy2002/JEN","owner":"VishalShenoy2002","description":"This is a python package which has different types of assistant which will help you make your own assistant.","archived":false,"fork":false,"pushed_at":"2022-01-27T04:17:01.000Z","size":17,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-13T20:47:17.274Z","etag":null,"topics":["assistant","framework","personal-assistant","pip","pip-install","virtual-assistant"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/JenAssistant/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/VishalShenoy2002.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-10-19T09:11:58.000Z","updated_at":"2023-07-08T05:20:54.000Z","dependencies_parsed_at":"2022-11-03T18:27:08.065Z","dependency_job_id":null,"html_url":"https://github.com/VishalShenoy2002/JEN","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VishalShenoy2002%2FJEN","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VishalShenoy2002%2FJEN/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VishalShenoy2002%2FJEN/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VishalShenoy2002%2FJEN/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VishalShenoy2002","download_url":"https://codeload.github.com/VishalShenoy2002/JEN/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241644544,"owners_count":19996177,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["assistant","framework","personal-assistant","pip","pip-install","virtual-assistant"],"created_at":"2024-11-14T05:19:45.577Z","updated_at":"2025-03-03T09:42:36.755Z","avatar_url":"https://github.com/VishalShenoy2002.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JenAssistant\n\n## What is JenAssistant?\nJen is a package which has a list of different types of assistants which can help you in virtual assistant projects.\n\n## Sample Code\n\nThis is the code for making a Simple Assistant. Here it checks if the word calendar is there in the command you have provided and accordingly displays the calendar for the given year\n\n```python\nfrom jen.assistant import SimpleAssistant\nfrom jen.functions import display_cli_calendar\n\nassistant=SimpleAssistant(\"Assistant\")\n\ncommand=input(\"What do you want the Assistant to Do :\")\n\nif \"calendar\" in command:\n    year=int(input(\"Enter Year:\"))\n    assistant.display_response(\"Displaying the calendar for {}\".format(year))\n    display_cli_calendar(year)\n```\n\nThis is the code for making a Speech Recognising Assistant. This can recognise your speech and display the output accordingly.\n\n```python\nfrom jen.assistant import SpeechRecognisingAssistant\nfrom jen.functions import display_cli_calendar\n\nassistant=SpeechRecognisingAssistant('Bot')\ncommand=assistant.listen_to_the_user()\n\nif \"calendar\" in command:\n    year=assistant.take_input(\"Enter Year :\")\n    display_cli_calendar(int(year))\n```\n\n## Error Handling\n\nHere if we get a PyAudio Error then import the configure module\n\n```python\nfrom jen import configure\n\nconfigure.configure_pyaudio()\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvishalshenoy2002%2Fjen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvishalshenoy2002%2Fjen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvishalshenoy2002%2Fjen/lists"}