Metadata-Version: 2.1
Name: llmwrite
Version: 0.1.4
Summary: CLI for Automated article writing (Powered by GPT-3)
Home-page: https://github.com/otakumesi/llm-write
License: MIT
Keywords: gpt,openai,cli,article,writing
Author: otakumesi
Author-email: bakednt@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: click
Requires-Dist: iso639-lang
Requires-Dist: openai
Requires-Dist: pytest-mock (>=3.10.0,<4.0.0)
Requires-Dist: python-i18n[yaml]
Requires-Dist: questionary (>=1.10.0,<2.0.0)
Requires-Dist: yaspin (>=2.3.0,<3.0.0)
Project-URL: Repository, https://github.com/otakumesi/llm-write
Description-Content-Type: text/markdown

# 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.)
```
