Metadata-Version: 2.1
Name: code8
Version: 0.1.2
Summary: a dashboard to use LLMs to directly on your code files, save and load custom profiles with custom prompts and more.
Home-page: https://github.com/naserjamal/code8
Author: Naser Jamal
Author-email: naser.dll@hotmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# code8

code8 is a dashboard to use LLMs to directly on your code files, save and load custom profiles with custom prompts and more.

## Installation

```python
pip install code8
```

## Usage

After installation, simply run the following command in your terminal:

```python
code8
```

This will open up a web browser with the code8 UI, allowing you configure settings
and select files to run the LLMs on.

After configuring the settings using "code8", you could continue using the tool
through the UI with "code8", or you could use it in your terminal:

```python
code8 example.py
```

this will run the tool directly from the terminal without having to use the UI.

