Dmitry Fedotov 226cea93ee cleanup
2022-02-18 08:50:22 +03:00
2022-02-18 08:50:22 +03:00
2020-06-26 13:29:06 +03:00
2020-06-26 13:34:44 +03:00

Barnsley fern

original_barnsley_fern.py - Implementation of Barnsley Fern with Python's turtle module

enhanced_barnsley_fern.py - Draws Barnsley fern with minor variations compared to the original.

These scripts can be invoked from command line directly. Like: ./enhanced_barnsley_fern.py Make sure you chmod +x the file you'd like to run.

Invoke programs with --help to see command-line options (background color, fern color, size etc.).

Description
Barnsley fern in Python
Readme 29 KiB
Languages
Python 100%