This project is a creative Python application developed using the Turtle Graphics library to generate a heart-shaped design with animated drawing capabilities.
The program creates a graphical window with a black background and draws a layered heart shape using mathematical formulas based on sine and cosine functions. The heart is generated dynamically using parametric equations, demonstrating the use of mathematics in graphical programming.
In addition to the visual heart design, the program displays a custom text message at the bottom of the screen, making the project more interactive and visually appealing.
Key Features:
• GUI graphics using the Turtle library
• Mathematical heart shape generation using parametric equations
• Usage of trigonometric functions (sin, cos)
• Custom colors and layered drawing
• Displaying styled text inside the graphical window
This project demonstrates my understanding of Python graphics programming, mathematical visualization, and creative coding concepts.