Metadata-Version: 2.1
Name: geoquiz
Version: 0.1.2
Summary: A game where you have
License: MIT
Author: amrutha-b-nair
Author-email: amruthabn00@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: fuzzywuzzy (>=0.18.0,<0.19.0)
Requires-Dist: pillow (>=10.1.0,<11.0.0)
Requires-Dist: pygame (>=2.5.2,<3.0.0)
Description-Content-Type: text/markdown

# Country Shape Quiz

## Name the country from its shape!! 
This is a Python quiz application that allows users to take a quiz with questions displayed alongside images. 
Users can input their answers, and the application will provide feedback on whether the answers are correct or not. 

![alt text](images/screenshot1.png)


All the images are imported from geojson files obtained from [https://geojson-maps.ash.ms/](https://geojson-maps.ash.ms/), 
[geoBoundaries](https://www.geoboundaries.org/index.html) 
and [https://maps.princeton.edu/catalog/stanford-sn252ts8433](https://maps.princeton.edu/catalog/stanford-sn252ts8433) 

