Simple tool to model experimental data into a function. This project is only compatible with Windowns, to use on Linux remove loadfont function and dll dependencies.
First, its needed (recomendation) to create a virtual enviroment.
python -m venv .venv
.venv\Scripts\Activate.ps1Then download python dependencies.
pip install -r requirements.txtTo run project.
python main.py