llmwrite


Namellmwrite JSON
Version 0.1.5 PyPI version JSON
download
home_pagehttps://github.com/otakumesi/llm-write
SummaryCLI for Automated article writing (Powered by GPT-3)
upload_time2023-04-25 11:17:26
maintainer
docs_urlNone
authorotakumesi
requires_python>=3.8,<4.0
licenseMIT
keywords gpt openai cli article writing
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # LLM-Write (powered by GPT-3) :writing_hand:

__LLM make writing an article brazing fast :fire:.__

PyPi:
- https://pypi.org/project/llmwrite/

![LLM-Write Demo](https://github.com/otakumesi/gpt-write/blob/main/demo.gif?raw=true "デモ")

## :telescope: Overview
- This app is built with GPT-3.
- LLM-Write is the CLI tool for Intractive Automated Article Writing.  
- You can create articles, just answer the questions.   
- Since the language is specified in the LLM prompt and LLM is allowed to generate the text, it could theoretically be used in a variety of languages.  
    - However, the supported languages in the shell messages are only English and Japanese.


## :runner: Installation
```sh
pip install llmwrite
```

## :computer: Usage

```sh
# Set Environment "OPENAI_API_KEY"
export OPENAI_API_KEY=sk-xxxxxxxxxxxxxxxxxxx

# Run
gptwrite
? Language? <Select Language>
# ...(Lots of questions come in to the interactive.)
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/otakumesi/llm-write",
    "name": "llmwrite",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<4.0",
    "maintainer_email": "",
    "keywords": "gpt,openai,cli,article,writing",
    "author": "otakumesi",
    "author_email": "bakednt@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/c7/b4/ecd801514e9e4a57e12bb108d2eb3b96f856abacd8c76c48e759b641c48a/llmwrite-0.1.5.tar.gz",
    "platform": null,
    "description": "# LLM-Write (powered by GPT-3) :writing_hand:\n\n__LLM make writing an article brazing fast :fire:.__\n\nPyPi:\n- https://pypi.org/project/llmwrite/\n\n![LLM-Write Demo](https://github.com/otakumesi/gpt-write/blob/main/demo.gif?raw=true \"\u30c7\u30e2\")\n\n## :telescope: Overview\n- This app is built with GPT-3.\n- LLM-Write is the CLI tool for Intractive Automated Article Writing.  \n- You can create articles, just answer the questions.   \n- Since the language is specified in the LLM prompt and LLM is allowed to generate the text, it could theoretically be used in a variety of languages.  \n    - However, the supported languages in the shell messages are only English and Japanese.\n\n\n## :runner: Installation\n```sh\npip install llmwrite\n```\n\n## :computer: Usage\n\n```sh\n# Set Environment \"OPENAI_API_KEY\"\nexport OPENAI_API_KEY=sk-xxxxxxxxxxxxxxxxxxx\n\n# Run\ngptwrite\n? Language? <Select Language>\n# ...(Lots of questions come in to the interactive.)\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "CLI for Automated article writing (Powered by GPT-3)",
    "version": "0.1.5",
    "split_keywords": [
        "gpt",
        "openai",
        "cli",
        "article",
        "writing"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "47412ae7586e091cec640edea5943d27670081902f58d17b053e8cfda853dc9d",
                "md5": "a46158073793919ddd2b614b315f59fb",
                "sha256": "e3dfe430afc1bbc617349eb53c5515443b51683fa6c470dc3f5df2bc123148b4"
            },
            "downloads": -1,
            "filename": "llmwrite-0.1.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a46158073793919ddd2b614b315f59fb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 10136,
            "upload_time": "2023-04-25T11:17:24",
            "upload_time_iso_8601": "2023-04-25T11:17:24.295891Z",
            "url": "https://files.pythonhosted.org/packages/47/41/2ae7586e091cec640edea5943d27670081902f58d17b053e8cfda853dc9d/llmwrite-0.1.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c7b4ecd801514e9e4a57e12bb108d2eb3b96f856abacd8c76c48e759b641c48a",
                "md5": "c1337a874620ed3b4e765db849ac2cb3",
                "sha256": "159fde06cda4656b858f15efd41e5007f71995f8423a7116aa5d23fe2522595d"
            },
            "downloads": -1,
            "filename": "llmwrite-0.1.5.tar.gz",
            "has_sig": false,
            "md5_digest": "c1337a874620ed3b4e765db849ac2cb3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4.0",
            "size": 8376,
            "upload_time": "2023-04-25T11:17:26",
            "upload_time_iso_8601": "2023-04-25T11:17:26.339554Z",
            "url": "https://files.pythonhosted.org/packages/c7/b4/ecd801514e9e4a57e12bb108d2eb3b96f856abacd8c76c48e759b641c48a/llmwrite-0.1.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-25 11:17:26",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "otakumesi",
    "github_project": "llm-write",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "llmwrite"
}
        
Elapsed time: 0.11996s