Metadata-Version: 2.4
Name: codex_cli
Version: 0.1
Summary: A CLI tool powered by OpenAI for various functionalities like code generation, explanation, etc.
Home-page: https://github.com/yourusername/codex_cli
Author: Chinnapothula Akhil
Author-email: your.email@example.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: google-generativeai
Requires-Dist: Pillow
Requires-Dist: python-dotenv
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Codex CLI Tool

A powerful CLI tool that integrates with the OpenAI and Gemini APIs to assist with code generation, debugging, and much more.

## Installation

To install this tool, run:

```bash
pip install codex_cli
