The Flower Drawer is a Python program that allows users to create beautiful flower drawings with personalized messages. It utilizes the Turtle graphics library to draw intricate flower patterns and messages on a canvas.
- Customizable: Users can input the name of the recipient and a personalized message to be displayed on the flower drawing.
- Colorful Flowers: The program draws colorful flowers with a gradient effect, adding aesthetic appeal.
- Decorative Font: Messages are displayed using a decorative font (Script MT Bold) for an elegant touch.
- Heart Shape: At the bottom of the message, a heart shape is drawn to convey love and affection.
- Interactive Input: The program prompts users to input the recipient's name and message, ensuring interactivity.
-
Clone the repository:
git clone https://github.com/Vikranth3140/flower-drawer.git
-
Navigate to the project directory:
cd flower-drawer
-
Run the program:
python flower-drawer.py
-
Follow the on-screen instructions to input the recipient's name and message.
-
Enjoy your personalized flower drawing!
- Python 3.x
- Turtle graphics library (included in Python standard library)
This project is licensed under the MIT LICENSE.
The Flower Drawer program was created with inspiration from various online tutorials and resources on Turtle graphics.