Skip to content
SRIJA DE CHOWDHURY edited this page Jan 3, 2026 · 1 revision

πŸ¦‹ Welcome to Butterflies in my IDE!

Butterfly Animation License Turtle Graphics

Overview

Butterflies in my IDE is a Python project that visualizes the beautiful butterfly curve using turtle graphics. This project continues the saga of creating mathematical art with Python!

🎨 What is the Butterfly Curve?

The butterfly curve is a transcendental plane curve discovered by Temple H. Fay. When plotted, it resembles a butterfly with intricate, symmetrical wings.

The Mathematical Formula

r = e^cos(t) βˆ’ 2cos(4t) βˆ’ sin^5(t/12)
x = sin(t) * r
y = cos(t) * r

πŸš€ Quick Start

# Clone the repository
git clone https://github.com/willow788/Butterflies-in-my-IDE.git

# Navigate to the directory
cd Butterflies-in-my-IDE

# Run the butterfly program
python "Python code/butterfly.py"

πŸ“– Documentation

🎯 Features

βœ… Beautiful butterfly curve visualization
βœ… Animated drawing process
βœ… Auto-scaling to fit any window size
βœ… Customizable colors and parameters
βœ… Clean, well-documented code

🀝 Contributing

Feel free to fork this project and create your own variations! Share your beautiful turtle graphics creations.

πŸ“ License

This project is licensed under the MIT License.


Happy Coding! πŸ¦‹βœ¨

Clone this wiki locally