Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.031 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'welcome.': 0.07; 'url:github': 0.09; 'windows,': 0.09; 'python': 0.11; 'bug': 0.12; 'wrote': 0.14; 'equations': 0.16; 'optional': 0.16; 'tkinter.': 0.16; 'seems': 0.21; 'load': 0.23; 'message-id:@mail.gmail.com': 0.30; 'too.': 0.31; '3.x': 0.31; 'allows': 0.31; 'run': 0.32; 'linux': 0.33; 'comment': 0.34; 'could': 0.34; 'but': 0.35; 'received:google.com': 0.35; 'hi,': 0.36; 'should': 0.36; 'reports': 0.37; 'to:addr:python-list': 0.38; 'ability': 0.39; 'to:addr:python.org': 0.39; 'from:charset:utf-8': 0.61; 'save': 0.62; 'rendering': 0.68; 'subject:system': 0.84; 'subject:tool': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=2UiAxD79QwOfPnWlRmZzv78aXD8ckMt/jO7TdNFTopM=; b=OrXuvuMXFEwu3F5yi/FUzm2uoXhGpc7MuKqSogczy52VF+zclv2MKVNTyB6UdPPNOb 6+4NjofB9mQ9Ifoo9QH1ueBT7viSl/EzQRGxMKlMsK2mG0aaAGKqgmHjI+pSqbetfMOE +KQeP5L0va1tcfTEX0DkcyP5Hawdui/fF5GTJLNgeD2v/4EgjQvLl9uTqpOHZTHRFevt 2fj/6Zh8miaXAVXU6hxVUFtEHXii5OJlzNnEaK/zignfnBZb4xCg8y8U2iS4UQACvpHx OYdXUULVkX+I093vxC1Loxth5iZ2c7oIL7lbiz1/0uvrn2vA8GjpRxkM1OIHkPzr74Px Bmvw== MIME-Version: 1.0 X-Received: by 10.236.222.138 with SMTP id t10mr308986yhp.10.1405633084565; Thu, 17 Jul 2014 14:38:04 -0700 (PDT) Date: Fri, 18 Jul 2014 00:38:04 +0300 Subject: L-system equations drawing tool From: =?UTF-8?B?WWHFn2FyIEFyYWJhY8Sx?= To: python-list@python.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1405637015 news.xs4all.nl 2978 [2001:888:2000:d::a6]:60030 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:74697 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/