awallenfang / ngon

A simple Python script that draws n-(gon|gram)s

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a simple Python script currently based on the Python Image Library which draws n-gons and n-grams by variable corner amount.

I created it quite some time ago, so the current code quality is not the best. I am still proud of this little project, though.

To install all needed requirements simply run

pip install -r requirements.txt

Then, to draw the n-(gon|gram) run

python ngon.py

Plans for the future

  • Rework it to also support output as .svg vector graphics
  • Refactor the code to higher standards

About

A simple Python script that draws n-(gon|gram)s


Languages

Language:Python 100.0%