Sends requests to an API used for country information, gets information and displays the country and its languages.
Install dependencies with:
pip install -r requirements.txt
To run use:
python3 countries.py
Add functionality such as:
- the option to stop searching within the program
- the option to display more country data
- additional testing