medal_search.py allows the user to type in either the name of a country or its abbreviation, and return the total medal counts the country earned during the 2024 Olympics
Install the requirements.txt file onto your system
pip install -r requirements.txt
If you want to run the terminal, format your terminal input like this:
python .\medal_search.py "YOUR SEARCH TERM HERE"
If you would like to run the unit tests, format your terminal input like this:
python -m unittest .\test_medal_search.py
The Kaggle Olympics Dataset can be found here: https://www.kaggle.com/datasets/berkayalan/paris-2024-olympics-medals