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.
Head to Documentation for detailed list of features, internal organization and use cases.
If you have any questions, feel free to write me an e-mail at [email protected]
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.