Skip to content

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

License

Notifications You must be signed in to change notification settings

Saik0s/convertex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published