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.
- Python 3.x
- pandas library
- turtle library
-
Clone the repository or download the code files.
-
Install the required libraries using pip:
pip install pandas