Easy (not actually) Tk Interface based on matplotlib
To download ETkI:
$ git clone https://github.com/aarikpokras/etki.gitTo prepare ETkI, you can use make or task.
Run either
make
or
task
Afterwards, you should use make clean or task clean.
To use ETkI, you need matplotlib:
$ python3 -m pip install matplotlibDocumentation can be found here.