Skip to content

aarikpokras/etki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ETkI

GitHub Actions Workflow Status GitHub License GitHub code size in bytes

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.