Metadata-Version: 2.1
Name: cgpt
Version: 0.1.20
Summary: Use openai chat-gpt on your cli
Home-page: https://github.com/Aina15-DT/cli-gpt>
Author: Aina Yves
Author-email: randrianaina.yves@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3.8
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

![](https://visitor-badge.glitch.me/badge?page_id=Aina15-DT.cli-gpt)

## Use openai chat-gpt on your cli
cgpt is a Python module that allows you to use Chat-GPT directly in your Terminal.

### REQUIREMENTS

- python >=3.7
- openai API KEY : 

You need to register on openai to receive your own api key , here : [api_key](https://platform.openai.com/account/api-keys).

### SETUP

```
pip install -i https://test.pypi.org/simple/ cgpt==0.0.X
```

### 🚀 RUN

```
cgpt tellme
```
