Python program which generates a fractal tree using L-Systems; The tree is displayed while it is being drawn through the use of recursive algorithms.
- User will input an amount of generations and the length of the lines drawn.
- User may alter the default settings for the grammar input and the angle of lines drawn.
This program depends on the use of graphics.py by John Zelle, and is included within this repository.