An open API service indexing awesome lists of open source software.

https://github.com/joao-lucas-de-oliveira-lima/fractals-python

A fractal generation project developed to practice recursive algorithms in the Data Structures course.
https://github.com/joao-lucas-de-oliveira-lima/fractals-python

fractals python recursion turtle-python

Last synced: about 2 months ago
JSON representation

A fractal generation project developed to practice recursive algorithms in the Data Structures course.

Awesome Lists containing this project

README

        

# Fractals 🌌
![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54)

This project is a challenge to practice recursive algorithms in the **Data Structures** course. It reimplements an earlier version I developed in **C++** using the **SFML 2.5.1** library, now adapted for **Python** with the `turtle` library.

## Prerequisites
Before running the project, make sure you have the following installed:
- [Python 3](https://www.python.org/) (Version 3.6 or higher)

## Running the Code
1. Open a terminal and navigate to the project's root directory.
2. Run a script with the following command:
```bash
python -u fractals/.py
```
>Replace `` with the name of the script you want to run (e.g., `binary_tree.py` or `squares.py`).
## Visual Examples