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:
pip install convertex
Here is a simple guide on how to use Convertex:
- Add a new prompt: Define the transformation rules using the command:
convertex add_prompt 'current content' 'desired content' 'additional info' 'prompt name'
- Transform content based on a prompt: Apply a prompt to your content using the command:
convertex transform_content 'prompt name' 'current content'
- List all available prompts: View all your prompts with the command:
convertex list_prompts
To test Convertex, run the following command:
make test
Convertex is licensed under the MIT License. For more details, see the LICENSE file in the project root.