jarvis-ironman


Namejarvis-ironman JSON
Version 4.4.2 PyPI version JSON
download
home_page
SummaryVoice-Activated Natural Language UI
upload_time2024-02-03 06:06:49
maintainer
docs_urlNone
author
requires_python>=3.8
licenseMIT License Copyright (c) 2020 Vignesh Rao Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords python home-automation natural-language-processing text-to-speech speech-recognition jarvis hotword-detection virtual-assistant
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p align="center" style="text-align: center">
  <img src="https://vigneshrao.com/Jarvis/logo.png" width="371px" height="350px">
</p>
<h2 align="center">Voice-Activated Natural Language UI</h2>

[![made-with-python](https://img.shields.io/badge/Made%20with-Python-blue?style=for-the-badge&logo=Python)][python]

![Python](https://img.shields.io/badge/python-3.8%20%7C%203.9%20%7C%203.10%20%7C%203.11-orange)
![Pypi-downloads](https://img.shields.io/pypi/dm/jarvis-ironman)

**Platform Supported**

![Platform](https://img.shields.io/badge/Platform-Linux|MacOS|Windows-1f425f.svg)

**Language Stats**

![Language count](https://img.shields.io/github/languages/count/thevickypedia/Jarvis)
![Code coverage](https://img.shields.io/github/languages/top/thevickypedia/Jarvis)

**[Repo Stats][repo]**

[![GitHub](https://img.shields.io/github/license/thevickypedia/Jarvis)][license]

![GitHub Repo stars](https://img.shields.io/github/stars/thevickypedia/Jarvis)
![GitHub Repo forks](https://img.shields.io/github/forks/thevickypedia/Jarvis)
![GitHub Repo watchers](https://img.shields.io/github/watchers/thevickypedia/Jarvis)

![GitHub repo size](https://img.shields.io/github/repo-size/thevickypedia/Jarvis)
![GitHub code size](https://img.shields.io/github/languages/code-size/thevickypedia/Jarvis)

![GitHub Repo issues](https://img.shields.io/github/issues-closed-raw/thevickypedia/Jarvis)
![GitHub Repo issues](https://img.shields.io/github/issues-raw/thevickypedia/Jarvis)
![GitHub Repo pr](https://img.shields.io/github/issues-pr-closed-raw/thevickypedia/Jarvis)
![GitHub Repo pr](https://img.shields.io/github/issues-pr-raw/thevickypedia/Jarvis)

**Code Stats**

![Modules](https://img.shields.io/github/search/thevickypedia/Jarvis/module)
![Python](https://img.shields.io/github/search/thevickypedia/Jarvis/.py)
![Threads](https://img.shields.io/github/search/thevickypedia/Jarvis/thread)
![Listener](https://img.shields.io/github/search/thevickypedia/Jarvis/listener)
![Speaker](https://img.shields.io/github/search/thevickypedia/Jarvis/speaker)
![Bash](https://img.shields.io/github/search/thevickypedia/Jarvis/.sh)
![AppleScript](https://img.shields.io/github/search/thevickypedia/Jarvis/.scpt)
![Make](https://img.shields.io/github/search/thevickypedia/Jarvis/Makefile)

**Deployments**

[![pages](https://github.com/thevickypedia/Jarvis/actions/workflows/pages/pages-build-deployment/badge.svg)][gha_pages]
[![pypi](https://github.com/thevickypedia/Jarvis/actions/workflows/python-publish.yml/badge.svg)][gha_pypi]
[![markdown](https://github.com/thevickypedia/Jarvis/actions/workflows/markdown-validation.yml/badge.svg)][gha_md_valid]

[![PyPI version shields.io](https://img.shields.io/pypi/v/jarvis-ironman)][pypi]
[![Pypi-format](https://img.shields.io/pypi/format/jarvis-ironman)](https://pypi.org/project/jarvis-ironman/#files)
[![Pypi-status](https://img.shields.io/pypi/status/jarvis-ironman)][pypi]

**Activity**

![GitHub Repo created](https://img.shields.io/date/1599432310)
![GitHub commit activity](https://img.shields.io/github/commit-activity/y/thevickypedia/Jarvis)
![GitHub last commit](https://img.shields.io/github/last-commit/thevickypedia/Jarvis)
![GitHub last release](https://img.shields.io/github/release-date/thevickypedia/Jarvis)

**Development and Maintenance**

![Active Development](https://img.shields.io/badge/Development%20Level-Actively%20Developed-success.svg)
![Actively Maintained](https://img.shields.io/badge/Maintenance%20Level-Actively%20Maintained-success.svg)
[![Maintainer](https://img.shields.io/badge/Maintained%20By-Vignesh%20Sivanandha%20Rao-blue.svg)][webpage]

**Reach Out**

[![ askme ](https://img.shields.io/badge/SELECT%20*%20FROM-questions-1abc9c.svg)][webpage_contact]

## Kick off

> :bulb: Using a dedicated [virtual environment][venv] and an IDE like [PyCharm][pycharm] is highly recommended.

**Install**
```shell
python -m pip install jarvis-ironman
```

**Initiate**
```python
import jarvis


if __name__ == '__main__':
    jarvis.start()
```

## Prerequisites
   - **MacOS** <br> _Tested on **macOS High Sierra, Mojave, Catalina, Big Sur, Monterey and Ventura**_
     - `System Preferences` → `Security & Privacy` → `Privacy`
     - Click `+` sign and add the preferred `IDE` and `Terminal` in the following sections in left pane.
       - `Microphone` - **Required** to listen and respond.
       - `Accessibility` - **Required** to use key combinations for brightness and volume controls.
       - `Camera` - **[Optional]** Required only during face recognition/detection.
       - `Automation` - **Required** to control `System Events` and other apps like Outlook and Calendar.
       - `Files and Folders` **[OR]** `Full Disk Access` - **Required** for all `FileIO` operations.

   - **Linux** <br> _Tested on **Ubuntu 22.04 LTS**_
     - Store the host machine's password as the env var: `ROOT_PASSWORD`
     - Unlike macOS and Windows, `Ubuntu` does not have app specific permissions.

   - **Windows** <br> _Tested on **Windows 10**_
     - `Settings` → `Privacy`
       - `Microphone` - **Required** to listen and respond.
       - `Camera` - **[Optional]** Required only during face recognition/detection.
       - Unlike `macOS`, `Windows` pops a confirmation window to **Allow** or **Deny** access to files and folders.
     - Install [Anaconda][conda] or [Miniconda][miniconda], [VisualStudio C++ BuildTools][vcpp], and [Git][git-cli]
     - Make sure C++ build tools are installed completely and restart
     - Add anaconda/miniconda scripts location to `PATH` in Environment Variables

## Enchiridion
Handbook - [GitHub Wiki][wiki]

## Coding Standards
Docstring format: [`Google`][google-docs] <br>
Styling conventions: [`PEP 8`][pep8] and [`isort`][isort]

## [Release Notes][release-notes]
**Requirement**
```shell
python -m pip install gitverse
```

**Usage**
```shell
gitverse-release reverse -f release_notes.rst -t 'Release Notes'
```

## Linting
`pre-commit` will ensure linting, run pytest, generate runbook & release notes, and validate hyperlinks in ALL
markdown files (including Wiki pages)

**Requirement**
```shell
pip install sphinx==5.1.1 pre-commit recommonmark
```

**Usage**
```shell
pre-commit run --all-files
```

## Pypi Package
[![pypi-module](https://img.shields.io/badge/Software%20Repository-pypi-1f425f.svg)][pypi-repo]

[https://pypi.org/project/jarvis-ironman/][pypi]

## Runbook
[![made-with-sphinx-doc](https://img.shields.io/badge/Code%20Docs-Sphinx-1f425f.svg)][sphinx]

[https://jarvis-docs.vigneshrao.com/][runbook]

## License & copyright

&copy; Vignesh Rao

Licensed under the [MIT License][license]

[python]: https://python.org
[venv]: https://docs.python.org/3/tutorial/venv.html
[pycharm]: https://www.jetbrains.com/pycharm/
[repo]: https://api.github.com/repos/thevickypedia/Jarvis
[license]: https://github.com/thevickypedia/Jarvis/blob/master/LICENSE
[pypi]: https://pypi.org/project/jarvis-ironman
[pypi-repo]: https://packaging.python.org/tutorials/packaging-projects/
[wiki]: https://github.com/thevickypedia/Jarvis/wiki
[release-notes]: https://github.com/thevickypedia/Jarvis/blob/master/release_notes.rst
[gha_pages]: https://github.com/thevickypedia/Jarvis/actions/workflows/pages/pages-build-deployment
[gha_pypi]: https://github.com/thevickypedia/Jarvis/actions/workflows/python-publish.yml
[gha_md_valid]: https://github.com/thevickypedia/Jarvis/actions/workflows/markdown-validation.yml
[webpage]: https://vigneshrao.com/
[webpage_contact]: https://vigneshrao.com/contact
[conda]: https://docs.conda.io/projects/conda/en/latest/user-guide/install/
[miniconda]: https://docs.conda.io/en/latest/miniconda.html#windows-installers
[vcpp]: https://visualstudio.microsoft.com/visual-cpp-build-tools/
[git-cli]: https://git-scm.com/download/win/
[google-docs]: https://google.github.io/styleguide/pyguide.html#38-comments-and-docstrings
[pep8]: https://www.python.org/dev/peps/pep-0008/
[isort]: https://pycqa.github.io/isort/
[sphinx]: https://www.sphinx-doc.org/en/master/man/sphinx-autogen.html
[runbook]: https://jarvis-docs.vigneshrao.com/

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "jarvis-ironman",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "python,home-automation,natural-language-processing,text-to-speech,speech-recognition,jarvis,hotword-detection,virtual-assistant",
    "author": "",
    "author_email": "Vignesh Rao <svignesh1793@gmail.com>",
    "download_url": "",
    "platform": null,
    "description": "<p align=\"center\" style=\"text-align: center\">\n  <img src=\"https://vigneshrao.com/Jarvis/logo.png\" width=\"371px\" height=\"350px\">\n</p>\n<h2 align=\"center\">Voice-Activated Natural Language UI</h2>\n\n[![made-with-python](https://img.shields.io/badge/Made%20with-Python-blue?style=for-the-badge&logo=Python)][python]\n\n![Python](https://img.shields.io/badge/python-3.8%20%7C%203.9%20%7C%203.10%20%7C%203.11-orange)\n![Pypi-downloads](https://img.shields.io/pypi/dm/jarvis-ironman)\n\n**Platform Supported**\n\n![Platform](https://img.shields.io/badge/Platform-Linux|MacOS|Windows-1f425f.svg)\n\n**Language Stats**\n\n![Language count](https://img.shields.io/github/languages/count/thevickypedia/Jarvis)\n![Code coverage](https://img.shields.io/github/languages/top/thevickypedia/Jarvis)\n\n**[Repo Stats][repo]**\n\n[![GitHub](https://img.shields.io/github/license/thevickypedia/Jarvis)][license]\n\n![GitHub Repo stars](https://img.shields.io/github/stars/thevickypedia/Jarvis)\n![GitHub Repo forks](https://img.shields.io/github/forks/thevickypedia/Jarvis)\n![GitHub Repo watchers](https://img.shields.io/github/watchers/thevickypedia/Jarvis)\n\n![GitHub repo size](https://img.shields.io/github/repo-size/thevickypedia/Jarvis)\n![GitHub code size](https://img.shields.io/github/languages/code-size/thevickypedia/Jarvis)\n\n![GitHub Repo issues](https://img.shields.io/github/issues-closed-raw/thevickypedia/Jarvis)\n![GitHub Repo issues](https://img.shields.io/github/issues-raw/thevickypedia/Jarvis)\n![GitHub Repo pr](https://img.shields.io/github/issues-pr-closed-raw/thevickypedia/Jarvis)\n![GitHub Repo pr](https://img.shields.io/github/issues-pr-raw/thevickypedia/Jarvis)\n\n**Code Stats**\n\n![Modules](https://img.shields.io/github/search/thevickypedia/Jarvis/module)\n![Python](https://img.shields.io/github/search/thevickypedia/Jarvis/.py)\n![Threads](https://img.shields.io/github/search/thevickypedia/Jarvis/thread)\n![Listener](https://img.shields.io/github/search/thevickypedia/Jarvis/listener)\n![Speaker](https://img.shields.io/github/search/thevickypedia/Jarvis/speaker)\n![Bash](https://img.shields.io/github/search/thevickypedia/Jarvis/.sh)\n![AppleScript](https://img.shields.io/github/search/thevickypedia/Jarvis/.scpt)\n![Make](https://img.shields.io/github/search/thevickypedia/Jarvis/Makefile)\n\n**Deployments**\n\n[![pages](https://github.com/thevickypedia/Jarvis/actions/workflows/pages/pages-build-deployment/badge.svg)][gha_pages]\n[![pypi](https://github.com/thevickypedia/Jarvis/actions/workflows/python-publish.yml/badge.svg)][gha_pypi]\n[![markdown](https://github.com/thevickypedia/Jarvis/actions/workflows/markdown-validation.yml/badge.svg)][gha_md_valid]\n\n[![PyPI version shields.io](https://img.shields.io/pypi/v/jarvis-ironman)][pypi]\n[![Pypi-format](https://img.shields.io/pypi/format/jarvis-ironman)](https://pypi.org/project/jarvis-ironman/#files)\n[![Pypi-status](https://img.shields.io/pypi/status/jarvis-ironman)][pypi]\n\n**Activity**\n\n![GitHub Repo created](https://img.shields.io/date/1599432310)\n![GitHub commit activity](https://img.shields.io/github/commit-activity/y/thevickypedia/Jarvis)\n![GitHub last commit](https://img.shields.io/github/last-commit/thevickypedia/Jarvis)\n![GitHub last release](https://img.shields.io/github/release-date/thevickypedia/Jarvis)\n\n**Development and Maintenance**\n\n![Active Development](https://img.shields.io/badge/Development%20Level-Actively%20Developed-success.svg)\n![Actively Maintained](https://img.shields.io/badge/Maintenance%20Level-Actively%20Maintained-success.svg)\n[![Maintainer](https://img.shields.io/badge/Maintained%20By-Vignesh%20Sivanandha%20Rao-blue.svg)][webpage]\n\n**Reach Out**\n\n[![ askme ](https://img.shields.io/badge/SELECT%20*%20FROM-questions-1abc9c.svg)][webpage_contact]\n\n## Kick off\n\n> :bulb: Using a dedicated [virtual environment][venv] and an IDE like [PyCharm][pycharm] is highly recommended.\n\n**Install**\n```shell\npython -m pip install jarvis-ironman\n```\n\n**Initiate**\n```python\nimport jarvis\n\n\nif __name__ == '__main__':\n    jarvis.start()\n```\n\n## Prerequisites\n   - **MacOS** <br> _Tested on **macOS High Sierra, Mojave, Catalina, Big Sur, Monterey and Ventura**_\n     - `System Preferences` \u2192 `Security & Privacy` \u2192 `Privacy`\n     - Click `+` sign and add the preferred `IDE` and `Terminal` in the following sections in left pane.\n       - `Microphone` - **Required** to listen and respond.\n       - `Accessibility` - **Required** to use key combinations for brightness and volume controls.\n       - `Camera` - **[Optional]** Required only during face recognition/detection.\n       - `Automation` - **Required** to control `System Events` and other apps like Outlook and Calendar.\n       - `Files and Folders` **[OR]** `Full Disk Access` - **Required** for all `FileIO` operations.\n\n   - **Linux** <br> _Tested on **Ubuntu 22.04 LTS**_\n     - Store the host machine's password as the env var: `ROOT_PASSWORD`\n     - Unlike macOS and Windows, `Ubuntu` does not have app specific permissions.\n\n   - **Windows** <br> _Tested on **Windows 10**_\n     - `Settings` \u2192 `Privacy`\n       - `Microphone` - **Required** to listen and respond.\n       - `Camera` - **[Optional]** Required only during face recognition/detection.\n       - Unlike `macOS`, `Windows` pops a confirmation window to **Allow** or **Deny** access to files and folders.\n     - Install [Anaconda][conda] or [Miniconda][miniconda], [VisualStudio C++ BuildTools][vcpp], and [Git][git-cli]\n     - Make sure C++ build tools are installed completely and restart\n     - Add anaconda/miniconda scripts location to `PATH` in Environment Variables\n\n## Enchiridion\nHandbook - [GitHub Wiki][wiki]\n\n## Coding Standards\nDocstring format: [`Google`][google-docs] <br>\nStyling conventions: [`PEP 8`][pep8] and [`isort`][isort]\n\n## [Release Notes][release-notes]\n**Requirement**\n```shell\npython -m pip install gitverse\n```\n\n**Usage**\n```shell\ngitverse-release reverse -f release_notes.rst -t 'Release Notes'\n```\n\n## Linting\n`pre-commit` will ensure linting, run pytest, generate runbook & release notes, and validate hyperlinks in ALL\nmarkdown files (including Wiki pages)\n\n**Requirement**\n```shell\npip install sphinx==5.1.1 pre-commit recommonmark\n```\n\n**Usage**\n```shell\npre-commit run --all-files\n```\n\n## Pypi Package\n[![pypi-module](https://img.shields.io/badge/Software%20Repository-pypi-1f425f.svg)][pypi-repo]\n\n[https://pypi.org/project/jarvis-ironman/][pypi]\n\n## Runbook\n[![made-with-sphinx-doc](https://img.shields.io/badge/Code%20Docs-Sphinx-1f425f.svg)][sphinx]\n\n[https://jarvis-docs.vigneshrao.com/][runbook]\n\n## License & copyright\n\n&copy; Vignesh Rao\n\nLicensed under the [MIT License][license]\n\n[python]: https://python.org\n[venv]: https://docs.python.org/3/tutorial/venv.html\n[pycharm]: https://www.jetbrains.com/pycharm/\n[repo]: https://api.github.com/repos/thevickypedia/Jarvis\n[license]: https://github.com/thevickypedia/Jarvis/blob/master/LICENSE\n[pypi]: https://pypi.org/project/jarvis-ironman\n[pypi-repo]: https://packaging.python.org/tutorials/packaging-projects/\n[wiki]: https://github.com/thevickypedia/Jarvis/wiki\n[release-notes]: https://github.com/thevickypedia/Jarvis/blob/master/release_notes.rst\n[gha_pages]: https://github.com/thevickypedia/Jarvis/actions/workflows/pages/pages-build-deployment\n[gha_pypi]: https://github.com/thevickypedia/Jarvis/actions/workflows/python-publish.yml\n[gha_md_valid]: https://github.com/thevickypedia/Jarvis/actions/workflows/markdown-validation.yml\n[webpage]: https://vigneshrao.com/\n[webpage_contact]: https://vigneshrao.com/contact\n[conda]: https://docs.conda.io/projects/conda/en/latest/user-guide/install/\n[miniconda]: https://docs.conda.io/en/latest/miniconda.html#windows-installers\n[vcpp]: https://visualstudio.microsoft.com/visual-cpp-build-tools/\n[git-cli]: https://git-scm.com/download/win/\n[google-docs]: https://google.github.io/styleguide/pyguide.html#38-comments-and-docstrings\n[pep8]: https://www.python.org/dev/peps/pep-0008/\n[isort]: https://pycqa.github.io/isort/\n[sphinx]: https://www.sphinx-doc.org/en/master/man/sphinx-autogen.html\n[runbook]: https://jarvis-docs.vigneshrao.com/\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2020 Vignesh Rao  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "Voice-Activated Natural Language UI",
    "version": "4.4.2",
    "project_urls": {
        "API": "https://jarvis.vigneshrao.com",
        "Bug Tracker": "https://github.com/thevickypedia/Jarvis/issues",
        "Demo": "https://vigneshrao.com/Jarvis/Jarvis_Demo.mp4",
        "Docs": "https://jarvis-docs.vigneshrao.com",
        "Health": "https://jarvis-health.vigneshrao.com",
        "Homepage": "https://github.com/thevickypedia/Jarvis",
        "Release Notes": "https://github.com/thevickypedia/Jarvis/blob/master/release_notes.rst",
        "Source": "https://github.com/thevickypedia/Jarvis"
    },
    "split_keywords": [
        "python",
        "home-automation",
        "natural-language-processing",
        "text-to-speech",
        "speech-recognition",
        "jarvis",
        "hotword-detection",
        "virtual-assistant"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c3467bcb6026ae22b872afdb0d80af7f1b3c23fe7485a3edfe2ac7b7a167f6b1",
                "md5": "e4e81b62ab659205ff4cd85bd7de3bf0",
                "sha256": "9ef1c7ac440f86a2ade558c1d6fd0633bd6d9356fcd31325d0590dc418b5cad4"
            },
            "downloads": -1,
            "filename": "jarvis_ironman-4.4.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e4e81b62ab659205ff4cd85bd7de3bf0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 3300856,
            "upload_time": "2024-02-03T06:06:49",
            "upload_time_iso_8601": "2024-02-03T06:06:49.282827Z",
            "url": "https://files.pythonhosted.org/packages/c3/46/7bcb6026ae22b872afdb0d80af7f1b3c23fe7485a3edfe2ac7b7a167f6b1/jarvis_ironman-4.4.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-03 06:06:49",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "thevickypedia",
    "github_project": "Jarvis",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "jarvis-ironman"
}
        
Elapsed time: 0.18641s