githubVladimirT / Cardioid

Animated cardioid generation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cardioid

For run this application follow the instructions:

1. Run this commands:

git clone https://github.com/githubVladimirT/Cardioid.git
cd Cardioid
make setup run

Or

git clone https://github.com/githubVladimirT/Cardioid.git
cd Cardioid
pip3 install -r requirements.txt
python3 main.py

2. If you want change settings, edit file config.cfg.

For exit from app hit 'ESC', 'Ctrl+w', 'Ctrl+q' or 'Alt+F4'.

About

Animated cardioid generation

License:MIT License


Languages

Language:Python 96.8%Language:Makefile 3.2%