# 🛠️ openai-commands (`@openai`)
`@openai` is a command interface to the [OpenAI API](https://beta.openai.com/docs/introduction).
```bash
pip install openai-commands
```
| | | |
| --- | --- | --- |
| 🛠️[`literature review`](https://github.com/kamangir/openai-commands/tree/main/openai_commands/literature_review) [![image](https://github.com/kamangir/assets/blob/main/openai_commands/literature-review/marquee.png?raw=true)](https://github.com/kamangir/openai-commands/tree/main/openai_commands/literature_review) literature review using OpenAI API. | 🛠️[`OpenAI Vision API`](https://github.com/kamangir/openai-commands/tree/main/openai_commands/vision) [![image](https://raw.githubusercontent.com/kamangir/assets/main/vanwatch/2023-11-25-openai-vision/ButeNorthDavie.jpg)](https://github.com/kamangir/openai-commands/tree/main/openai_commands/vision) a command interface to the [OpenAI vision API](https://platform.openai.com/docs/guides/vision). | 🛠️[`code generation`](https://github.com/kamangir/openai-commands/tree/main/openai_commands/completion#%EF%B8%8F-code-generation) [![image](https://github.com/kamangir/openai-commands/blob/main/assets/completion_i2i_function.png?raw=true)](https://github.com/kamangir/openai-commands/tree/main/openai_commands/completion#%EF%B8%8F-code-generation) example notebooks to [generate python functions](https://raw.githubusercontent.com/kamangir/openai-commands/main/notebooks/completion_ai_function_py.ipynb), special case for [image to image python functions](https://raw.githubusercontent.com/kamangir/openai-commands/main/notebooks/completion_i2i_function.ipynb), and to [write a bash script](https://raw.githubusercontent.com/kamangir/openai-commands/main/notebooks/completion_ai_function_bash.ipynb) to use a script, for example, [vancouver-watching](https://github.com/kamangir/vancouver-watching). |
| 🛠️[`gpt`](https://github.com/kamangir/openai-commands/tree/main/openai_commands/gpt) [![image](https://github.com/kamangir/assets/raw/main/blue-plugin/marquee.png?raw=true)](https://github.com/kamangir/openai-commands/tree/main/openai_commands/gpt) co-authored with ChapGPT. | 🛠️[`VisuaLyze`](https://github.com/kamangir/openai-commands/tree/main/openai_commands/VisuaLyze) [![image](https://github.com/kamangir/openai-commands/assets/1007567/7c0ed5f7-6941-451c-a17e-504c6adab23f)](https://github.com/kamangir/openai-commands/tree/main/openai_commands/VisuaLyze) How about calling it "VisuaLyze"? This name combines "visualize" and "analyze," reflecting the tool's capability to generate custom data visualizations and analyze user input through AI - OpenAI | 🛠️[`prompt completion`](https://github.com/kamangir/openai-commands/tree/main/openai_commands/completion#%EF%B8%8F-prompt-completion) [![image](https://github.com/kamangir/assets/raw/main/blue-plugin/marquee.png?raw=true)](https://github.com/kamangir/openai-commands/tree/main/openai_commands/completion#%EF%B8%8F-prompt-completion) basic prompt completion. |
| 🛠️[`image generation`](https://github.com/kamangir/openai-commands/tree/main/openai_commands/images) [![image](https://github.com/kamangir/openai-commands/blob/main/assets/DALL-E.png?raw=true)](https://github.com/kamangir/openai-commands/tree/main/openai_commands/images) sentence -> image, text -> mural, images | | |
---
🎁 [wish list and bugs](https://github.com/kamangir/openai-commands/issues/13)
[![pylint](https://github.com/kamangir/openai-commands/actions/workflows/pylint.yml/badge.svg)](https://github.com/kamangir/openai-commands/actions/workflows/pylint.yml) [![pytest](https://github.com/kamangir/openai-commands/actions/workflows/pytest.yml/badge.svg)](https://github.com/kamangir/openai-commands/actions/workflows/pytest.yml) [![bashtest](https://github.com/kamangir/openai-commands/actions/workflows/bashtest.yml/badge.svg)](https://github.com/kamangir/openai-commands/actions/workflows/bashtest.yml) [![PyPI version](https://img.shields.io/pypi/v/openai-commands.svg)](https://pypi.org/project/openai-commands/) [![PyPI - Downloads](https://img.shields.io/pypi/dd/openai-commands)](https://pypistats.org/packages/openai-commands)
built by 🌀 [`blue_options-4.146.1`](https://github.com/kamangir/awesome-bash-cli), based on [`openai_commands-3.192.1`](https://github.com/kamangir/openai-commands).
Raw data
{
"_id": null,
"home_page": "https://github.com/kamangir/openai-commands",
"name": "openai-commands",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": null,
"author": "Arash Abadpour (Kamangir)",
"author_email": "arash@kamangir.net",
"download_url": "https://files.pythonhosted.org/packages/2e/f1/820532598332c67815eb1bee56e57ffd370dfecf5a0a79cb949501053f5c/openai_commands-3.192.1.tar.gz",
"platform": null,
"description": "# \ud83d\udee0\ufe0f openai-commands (`@openai`)\n\n`@openai` is a command interface to the [OpenAI API](https://beta.openai.com/docs/introduction).\n\n```bash\npip install openai-commands\n```\n\n| | | |\n| --- | --- | --- |\n| \ud83d\udee0\ufe0f[`literature review`](https://github.com/kamangir/openai-commands/tree/main/openai_commands/literature_review) [![image](https://github.com/kamangir/assets/blob/main/openai_commands/literature-review/marquee.png?raw=true)](https://github.com/kamangir/openai-commands/tree/main/openai_commands/literature_review) literature review using OpenAI API. | \ud83d\udee0\ufe0f[`OpenAI Vision API`](https://github.com/kamangir/openai-commands/tree/main/openai_commands/vision) [![image](https://raw.githubusercontent.com/kamangir/assets/main/vanwatch/2023-11-25-openai-vision/ButeNorthDavie.jpg)](https://github.com/kamangir/openai-commands/tree/main/openai_commands/vision) a command interface to the [OpenAI vision API](https://platform.openai.com/docs/guides/vision). | \ud83d\udee0\ufe0f[`code generation`](https://github.com/kamangir/openai-commands/tree/main/openai_commands/completion#%EF%B8%8F-code-generation) [![image](https://github.com/kamangir/openai-commands/blob/main/assets/completion_i2i_function.png?raw=true)](https://github.com/kamangir/openai-commands/tree/main/openai_commands/completion#%EF%B8%8F-code-generation) example notebooks to [generate python functions](https://raw.githubusercontent.com/kamangir/openai-commands/main/notebooks/completion_ai_function_py.ipynb), special case for [image to image python functions](https://raw.githubusercontent.com/kamangir/openai-commands/main/notebooks/completion_i2i_function.ipynb), and to [write a bash script](https://raw.githubusercontent.com/kamangir/openai-commands/main/notebooks/completion_ai_function_bash.ipynb) to use a script, for example, [vancouver-watching](https://github.com/kamangir/vancouver-watching). |\n| \ud83d\udee0\ufe0f[`gpt`](https://github.com/kamangir/openai-commands/tree/main/openai_commands/gpt) [![image](https://github.com/kamangir/assets/raw/main/blue-plugin/marquee.png?raw=true)](https://github.com/kamangir/openai-commands/tree/main/openai_commands/gpt) co-authored with ChapGPT. | \ud83d\udee0\ufe0f[`VisuaLyze`](https://github.com/kamangir/openai-commands/tree/main/openai_commands/VisuaLyze) [![image](https://github.com/kamangir/openai-commands/assets/1007567/7c0ed5f7-6941-451c-a17e-504c6adab23f)](https://github.com/kamangir/openai-commands/tree/main/openai_commands/VisuaLyze) How about calling it \"VisuaLyze\"? This name combines \"visualize\" and \"analyze,\" reflecting the tool's capability to generate custom data visualizations and analyze user input through AI - OpenAI | \ud83d\udee0\ufe0f[`prompt completion`](https://github.com/kamangir/openai-commands/tree/main/openai_commands/completion#%EF%B8%8F-prompt-completion) [![image](https://github.com/kamangir/assets/raw/main/blue-plugin/marquee.png?raw=true)](https://github.com/kamangir/openai-commands/tree/main/openai_commands/completion#%EF%B8%8F-prompt-completion) basic prompt completion. |\n| \ud83d\udee0\ufe0f[`image generation`](https://github.com/kamangir/openai-commands/tree/main/openai_commands/images) [![image](https://github.com/kamangir/openai-commands/blob/main/assets/DALL-E.png?raw=true)](https://github.com/kamangir/openai-commands/tree/main/openai_commands/images) sentence -> image, text -> mural, images | | |\n\n---\n\n\ud83c\udf81 [wish list and bugs](https://github.com/kamangir/openai-commands/issues/13)\n\n\n[![pylint](https://github.com/kamangir/openai-commands/actions/workflows/pylint.yml/badge.svg)](https://github.com/kamangir/openai-commands/actions/workflows/pylint.yml) [![pytest](https://github.com/kamangir/openai-commands/actions/workflows/pytest.yml/badge.svg)](https://github.com/kamangir/openai-commands/actions/workflows/pytest.yml) [![bashtest](https://github.com/kamangir/openai-commands/actions/workflows/bashtest.yml/badge.svg)](https://github.com/kamangir/openai-commands/actions/workflows/bashtest.yml) [![PyPI version](https://img.shields.io/pypi/v/openai-commands.svg)](https://pypi.org/project/openai-commands/) [![PyPI - Downloads](https://img.shields.io/pypi/dd/openai-commands)](https://pypistats.org/packages/openai-commands)\n\nbuilt by \ud83c\udf00 [`blue_options-4.146.1`](https://github.com/kamangir/awesome-bash-cli), based on [`openai_commands-3.192.1`](https://github.com/kamangir/openai-commands).\n",
"bugtrack_url": null,
"license": "Public Domain",
"summary": "\ud83d\udee0\ufe0f a command interface to the OpenAI API.",
"version": "3.192.1",
"project_urls": {
"Homepage": "https://github.com/kamangir/openai-commands"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "55cafa8aa2573a284a2d9132f4d6d370d230b7befd9421a68eebb14ca84fb476",
"md5": "95ce4e8ac9a3086b09da061fb5fcccb1",
"sha256": "3d39235d3e795a776ddd1dbbf3592b9d71a663011aa823ea59aa85563f3d1d42"
},
"downloads": -1,
"filename": "openai_commands-3.192.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "95ce4e8ac9a3086b09da061fb5fcccb1",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 46184,
"upload_time": "2024-10-31T02:38:54",
"upload_time_iso_8601": "2024-10-31T02:38:54.097018Z",
"url": "https://files.pythonhosted.org/packages/55/ca/fa8aa2573a284a2d9132f4d6d370d230b7befd9421a68eebb14ca84fb476/openai_commands-3.192.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2ef1820532598332c67815eb1bee56e57ffd370dfecf5a0a79cb949501053f5c",
"md5": "641d17a5fd8fb8498ed0e3ede19667e8",
"sha256": "aae5ea59ae7650e3ba8313d5048253f5da0f1799bf6108ba4ffe59968c2e3594"
},
"downloads": -1,
"filename": "openai_commands-3.192.1.tar.gz",
"has_sig": false,
"md5_digest": "641d17a5fd8fb8498ed0e3ede19667e8",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 29395,
"upload_time": "2024-10-31T02:38:56",
"upload_time_iso_8601": "2024-10-31T02:38:56.560603Z",
"url": "https://files.pythonhosted.org/packages/2e/f1/820532598332c67815eb1bee56e57ffd370dfecf5a0a79cb949501053f5c/openai_commands-3.192.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-31 02:38:56",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "kamangir",
"github_project": "openai-commands",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "openai-commands"
}