Metadata-Version: 2.1
Name: easy-open-ai
Version: 0.1.3
Summary: This is my first real package.
Author: ani
Author-email: 125677472+anilev6@users.noreply.github.com
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: icecream (>=2.1.3,<3.0.0)
Requires-Dist: openai (>=0.28.1,<0.29.0)
Requires-Dist: tiktoken (>=0.5.1,<0.6.0)
Description-Content-Type: text/markdown

# _Welcome to my OpenAI Playground!_

_STILL ACTIVELY DEVELOPING_

## How to play

- `pip install easy-open-ai`
- make `.env` with `OPENAI_API_KEY=`
- enjoy !
  - `get_picture(text, save=True)`
  - `correct_grammar(text)`
  - `get_answer(question)`
  - `get_answer_with_instruction(question,instruction`
  - `translate_text_to_Ukrainian(text)`
  - `get_n_pictures(text, n=3)`

