Skip to content

This Python script uses the `turtle` module to draw the Indian National Flag. The flag consists of three horizontal rectangles of different colors, a big blue circle in the center, and spokes radiating from the center.

Notifications You must be signed in to change notification settings

shreyash0019/India-Flag-Using-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Turtle Graphics: Indian National Flag

This Python script uses the turtle module to draw the Indian National Flag. The flag consists of three horizontal rectangles of different colors, a big blue circle in the center, and spokes radiating from the center.

Prerequisites

  • Python 3.x
  • turtle module (usually included with Python standard library)

How to Run

  1. Ensure you have Python 3.x installed on your system.
  2. Save the Python script in a file, for example, indian_flag.py.
  3. Run the script using the command:
    python indian_flag.py

About

This Python script uses the `turtle` module to draw the Indian National Flag. The flag consists of three horizontal rectangles of different colors, a big blue circle in the center, and spokes radiating from the center.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages