Geography quiz that asks the user to guess US state names on a blank map.
- Displays an outline map of the United States.
- Lets the user type state names.
- Places correct state names on the map at the right coordinates.
- Saves a CSV file with the states that were missed.
- Reading CSV data with
pandas. - Using turtle graphics to position text with x/y coordinates.
- Matching user input to data and tracking progress.
Open main.py in Python 3 and run the file.