Playing around with Lindenmayer Systems (L-Systems)
l-tool requires pillow, a PIL implementation.
Example:
python3 l_tool.py --func FractalPlant --width 1250 --height 990 --out plant.png --stepsize=8 --stroke-width=3
For advanced options, consult python3 l_tool.py -h.
The reproduction rules are defined in lfractals.py.
