Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 508 Bytes

File metadata and controls

22 lines (14 loc) · 508 Bytes

Python Flower

A simple Python script that uses the turtle library to draw a beautiful, colorful flower.

How to Run

  1. Make sure you have Python installed.

  2. Run the script from your terminal:

    python Flower.py

Output

This script will open a new window and draw a colorful flower.

To-Do

  • Add command-line arguments to customize the flower (e.g., number of petals, colors).
  • Allow saving the flower as an image.
  • Create more flower patterns.