us-states-game
Created by
grandeurkoe
This project simulates the US states game. Read US states data from "50_states.csv" using the read_csv() function from the pandas library. Get the user guessed states as user input. If the guessed state exists then plot them on "blank_states_img.gif" using the x and y coordinates you previously fetched from the CSV file. Generate a CSV file with all the states that the user couldn't guess correctly when the user enters "exit" as input in the "What's another state name?" prompt.