gptwrite


Namegptwrite JSON
Version 0.1.3 PyPI version JSON
download
home_pagehttps://github.com/otakumesi/gpt-write
SummaryCLI for Automated article writing
upload_time2023-04-14 17:42:27
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.
            # GPT-Write :writing_hand:

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

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

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

## :telescope: Overview
- GPT-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 GPT prompt and GPT 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 gptwrite
```

## :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/gpt-write",
    "name": "gptwrite",
    "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/84/78/93f6521a9889dd14aae068d2c6ed92139aeae104c4f3a56f8e951a5a380d/gptwrite-0.1.3.tar.gz",
    "platform": null,
    "description": "# GPT-Write :writing_hand:\n\n__GPT make writing an article brazing fast :fire:.__\n\nPyPi:\n- https://pypi.org/project/gptwrite/\n\n![GPT-Write Demo](https://github.com/otakumesi/gpt-write/blob/main/demo.gif?raw=true \"\u30c7\u30e2\")\n\n## :telescope: Overview\n- GPT-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 GPT prompt and GPT 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 gptwrite\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```",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "CLI for Automated article writing",
    "version": "0.1.3",
    "split_keywords": [
        "gpt",
        "openai",
        "cli",
        "article",
        "writing"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "667e4d749d9885b9fba2f604bd72e466df9512534c0128c91fd198f73db5b193",
                "md5": "8445688f7657d348f118610678cb3279",
                "sha256": "5c1bfe26cbceae915ae0f565669cd23ca009d2f27397227fdce9dbd8f96069b1"
            },
            "downloads": -1,
            "filename": "gptwrite-0.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8445688f7657d348f118610678cb3279",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 9198,
            "upload_time": "2023-04-14T17:42:24",
            "upload_time_iso_8601": "2023-04-14T17:42:24.081608Z",
            "url": "https://files.pythonhosted.org/packages/66/7e/4d749d9885b9fba2f604bd72e466df9512534c0128c91fd198f73db5b193/gptwrite-0.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "847893f6521a9889dd14aae068d2c6ed92139aeae104c4f3a56f8e951a5a380d",
                "md5": "6db43dcc0d5afb0fc22894765adb4b0c",
                "sha256": "81e425797021bd721d64a8b77e7afd243fd9022e3d1a207fa635ea6fa1571356"
            },
            "downloads": -1,
            "filename": "gptwrite-0.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "6db43dcc0d5afb0fc22894765adb4b0c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4.0",
            "size": 7708,
            "upload_time": "2023-04-14T17:42:27",
            "upload_time_iso_8601": "2023-04-14T17:42:27.875296Z",
            "url": "https://files.pythonhosted.org/packages/84/78/93f6521a9889dd14aae068d2c6ed92139aeae104c4f3a56f8e951a5a380d/gptwrite-0.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-14 17:42:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "otakumesi",
    "github_project": "gpt-write",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "gptwrite"
}
        
Elapsed time: 0.06301s