Saik0s / convertex

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

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:
convertex add_prompt 'current content' 'desired content' 'additional info' 'prompt name'
  1. Transform content based on a prompt: Apply a prompt to your content using the command:
convertex transform_content 'prompt name' 'current content'
  1. List all available prompts: View all your prompts with the command:
convertex list_prompts

To test Convertex, run the following command:

make test

License

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

About

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

License:MIT License


Languages

Language:Python 98.3%Language:Makefile 1.7%