Easy (not actually) Tk Interface based on matplotlib
To download ETkI:
$ git clone https://github.com/aarikpokras/etki.git
To 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 matplotlib
Documentation can be found here.