Metadata-Version: 2.1
Name: cirkel
Version: 0.2
Summary: Automata plotting circles on canvas
Home-page: https://github.com/zmic/cirkel
Author: Michael Vanslembrouck
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: imageio



# CIRKEL

<img src="https://raw.githubusercontent.com/zmic/cirkel/master/examples/test_0.jpg" width=400px height=400px>

## How to install it

On Windows:
`pip install cirkel`

OR

clone this repository, build the binary with Visual Studio 2017/2019 and run setup.py

## How to  use it

See example.py

## Disclaimer
Disclaimer: I wrote this code in a hurry during a two week period in 2014, for quick experimentation. It was never refactored or cleaned up as it should be. It works, and it's not inscrutable, but does NOT meet my professional standards for deliverable source code.





