Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.63 KB

README.md

File metadata and controls

33 lines (26 loc) · 1.63 KB

Improvement Tracking Language - ITL

Description

This is my implementation of the Internal DSL interpreted with Python. The purpose of the developed language is to provide assessors with an easy way of assessing and visually displayng company performance metric ratings.

Full features

Head to Documentation for detailed list of features, internal organization and use cases.

Contact

If you have any questions, feel free to write me an e-mail at [email protected]

ITL Development Studio User Interface

Example Graphical Report

Build

Download and install:

  • Python with IDLE editor from its official website
  • Now install following Python dependencies:
    pip install numpy pandas matplotlib skfuzzy lark xlsxwriter xhtml2pdf
  • Open IDLE and load Implementation/ITL.py. To start ITL Development Studio press F5.