devoxel / lucan

Trying to figure out how genetic algorithms work during a hackathon was a great idea

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem

Generate an image based on a source image, where the limitation is you can only draw lines between edges.

Version 0.0.2

Required

  • Python 2

  • Pillow

    pip install pillow

CLI

python2 lucan.py src

There is a planned update to this.

About

Trying to figure out how genetic algorithms work during a hackathon was a great idea

License:MIT License


Languages

Language:Python 100.0%