Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #74697 > unrolled thread

L-system equations drawing tool

Started byYaşar Arabacı <yasar11732@gmail.com>
First post2014-07-18 00:38 +0300
Last post2014-07-18 00:38 +0300
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  L-system equations drawing tool Yaşar Arabacı <yasar11732@gmail.com> - 2014-07-18 00:38 +0300

#74697 — L-system equations drawing tool

FromYaşar Arabacı <yasar11732@gmail.com>
Date2014-07-18 00:38 +0300
SubjectL-system equations drawing tool
Message-ID<mailman.11966.1405637015.18130.python-list@python.org>
Hi,

I wrote a small program to draw L-system equations using tkinter. You
can find it on https://github.com/yasar11732/tklsystem

It is still under development, but seems to be working nice so far. I
could only try it on windows, but it should work on Linux too.

You will need Python 3.x to run it. PIL/Pillow is optional but highly
recommended. It allows faster rendering and ability to save images.

You can also save your equations and load them later.

Try it and comment it if you are interested. Bug reports and
contributions are also welcome.

-- 
http://ysar.net/

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web