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.
- Host: GitHub
- URL: https://github.com/joao-lucas-de-oliveira-lima/fractals-python
- Owner: Joao-Lucas-de-Oliveira-Lima
- License: mit
- Created: 2024-11-27T19:56:54.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-01-20T06:08:57.000Z (4 months ago)
- Last Synced: 2025-02-06T17:47:22.732Z (3 months ago)
- Topics: fractals, python, recursion, turtle-python
- Language: Python
- Homepage:
- Size: 814 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fractals 🌌
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
![]()
![]()