/ PROJECTS, MORUGA

Moruga for simple python text manipulation

For Moruga I am the sole developer.

Most software that provides some sort of input or output process can generate ASCII text files. Sometimes the text files are in a format that is unusable by another application that can use the output as input. Occasionally I encounter this situation and so I created a small framework that will let me convert text files using a specified algorithm via a command line. I named the framework Moruga. It is easy to extend by implementing custom Python functions and then calling the script via a command line switch. You can have a look at the source code and start saving time when converting text file formats in Python.