Metadata-Version: 2.1
Name: pseudo-runner
Version: 0.1
Summary: A tool to convert pseudocode to Python and execute it.
Home-page: https://github.com/mrkrishnaaggarwal/pseudo-runner
Author: Krishna Aggarwal
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.7
Description-Content-Type: text/markdown
Requires-Dist: google-generativeai
Requires-Dist: python-dotenv

# Pseudo-Runner

Pseudo-Runner is a Python tool that converts pseudocode to Python and executes it.

## Features
- Convert pseudocode to Python using generative AI.
- Execute the converted Python code.
- Change API key and model configuration dynamically.

## Installation
```bash
pip install pseudo-runner
```

## Usage
Convert and run pseudocode:
```bash
pseudorun run example.pseudo
```

Change API key and model:
```bash
pseudorun change-config
```

## License
This project is licensed under the MIT License.
