Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/saik0s/convertex

Convertex is a utility tool for transforming any kind of text based on user-defined prompts.
https://github.com/saik0s/convertex

gpt-4 llm marvin openai

Last synced: 13 days ago
JSON representation

Convertex is a utility tool for transforming any kind of text based on user-defined prompts.

Awesome Lists containing this project

README

        

# Convertex: Your Daily Text and Code Transformation Tool

Convertex is a helpful tool that assists with small text or code-based tasks. It allows you to modify text based on prompts you define. This is particularly useful for repetitive tasks or when you need to make specific changes to different pieces of text or code.

To install Convertex, run the command:

```bash
pip install convertex
```

Here is a simple guide on how to use Convertex:

1. Add a new prompt: Define the transformation rules using the command:

```bash
convertex add_prompt 'current content' 'desired content' 'additional info' 'prompt name'
```

2. Transform content based on a prompt: Apply a prompt to your content using the command:

```bash
convertex transform_content 'prompt name' 'current content'
```

3. List all available prompts: View all your prompts with the command:

```bash
convertex list_prompts
```

To test Convertex, run the following command:

```bash
make test
```

## License

Convertex is licensed under the MIT License. For more details, see the [LICENSE](LICENSE) file in the project root.