Metadata-Version: 2.1
Name: shellscribe
Version: 0.1.7
Summary: A CLI tool to generate and insert code using AI
Author: Yusuf Sabuwala
Author-email: yusuff.0279@example.com
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: requests

# Shellscribe

A Python library and CLI tool for generating and inserting code using AI, and for advanced mathematical calculations.

## Features

- Generate code via CLI or Python API
- Advanced calculator with symbolic math, calculus, and more

## Installation

```bash
pip install shellscribe
```

## Usage

CLI usage:

```bash
> shellscribe

    ███████╗██╗  ██╗███████╗██╗     ██╗     ███████╗ ██████╗██████╗ ██╗██████╗ ███████╗
    ██╔════╝██║  ██║██╔════╝██║     ██║     ██╔════╝██╔════╝██╔══██╗██║██╔══██╗██╔════╝
    ███████╗███████║█████╗  ██║     ██║     ███████╗██║     ██████╔╝██║██████╔╝█████╗
██╗██╔══╝
    ███████║██║  ██║███████╗███████╗███████╗███████║╚██████╗██║  ██║██║██████╔╝███████╗
    ╚══════╝╚═╝  ╚═╝╚══════╝╚══════╝╚══════╝╚══════╝ ╚═════╝╚═╝  ╚═╝╚═╝╚═════╝ ╚══════╝

Welcome to ShellScribe! Type 'help' to see available commands.
```

```bash
>>write "Create a Python class for a simple calculator with add, subtract, multiply, and divide methods", calculator.py
```
```bash
>>prompt "Create a Python class for a simple calculator with add, subtract, multiply, and divide methods"
```
