Skip to main content

Implementation of L-Systems

Project description

A Python module for L-systems

Example use:

>>> from lsystem import LSystem
>>> algae = LSystem(axiom='a', rules={'a':'ab', 'b':'a'})
>>> print algae[5]
abaababaabaab

Another example is given as a script example-plant.py. Running the script

python example-plant.py

results in the following picture: ![plant image](imgs/plant6.png)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lsystems-0.1.0.tar.gz (2.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page