Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 569 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 569 Bytes

US State Labeler

The US State Labeler is a Python program that allows users to label and identify the 50 states of the United States on a graphical map using the turtle graphics library. The program prompts the user to enter the name of a state, and if the entered state name is correct and has not been labeled before, it will be labeled on the map.

Prerequisites

  • Python 3.x
  • pandas library
  • turtle library

Installation

  1. Clone the repository or download the code files.

  2. Install the required libraries using pip:

    pip install pandas