Metadata-Version: 2.1
Name: pygptcli
Version: 0.1.3
Summary: GPT3 CLI tool
License: MIT
Author: yoyo
Author-email: hvuhsg5@gmail.com
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
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: colorama (>=0.4.6,<0.5.0)
Requires-Dist: openai (>=0.27.0,<0.28.0)
Description-Content-Type: text/markdown

# gptcli
Use OpenAI GPT from your terminal

## Install
```commandline
pip install pygptcli
```

## Usage
```commandline
python3 -m pygptcli write a short song.
```

![usage example](/docs/usage.png)
