/TrasponerTool

TrasponerTool is a CLI to reduce manual labor when transposing multiple horizontal cells to a two-column layout.

Primary LanguagePython

alt text.TrasponerTool

This CLI tool helps reduce manual labor input by automating the task of turning a single-key multiple-column layout, to a simple single-key two-column layout. It allows multiple extractions from different sheets of the same file. It also helps identify the extraction by adding a custom tag column that can easily be removed.

This CLI tool is available for Windows and **macOS / Linux ** systems. It is currently only available in English.

The tool uses the following modules: openpyxl, colorama and console menu; as well as other standard libraries.

Releases:

You can download the Windows executable standalone file here, the macOS/Linux file here or you can choose to build it yourself (you will need the required modules).

The basic functionality is illustrated here:

In a key-multiple value table; TT will record each key with each of its values in individual rows. TT does not check for validity of data: so make sure that your data is clean before transposing.

Remember that the program will stop collecting data when a fully empty row is met.

alt text