Metadata-Version: 2.1
Name: shellscribe
Version: 0.1.2
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 write "Write a Python function that calculates the factorial of a number."
```

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