Metadata-Version: 2.2
Name: PromptizeThis
Version: 0.0.1
Summary: Interactive GUI to generate prompts from codebase files.
Home-page: https://github.com/ChesterAiGo/PromptizeThis
Author: Chester Wang
Author-email: freeaigo2012@gmail.com
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
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-python
Dynamic: summary

# PromptizeThis

Converts your local codebase (and other files) to a prompt to copy-paste 

## Installation

You can install PromptizeThis directly from PyPI:

```bash
pip install PromptizeThis
```

## Usage

```bash
PromptizeThis ./
```

![Demo](static/demo.png)





