Metadata-Version: 2.1
Name: llmwrite
Version: 0.1.5
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: 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

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

