morosebose / tour_de_world

Displays information about the countries of the world.
Mozilla Public License 2.0
0 stars 1 forks source link

Tour de World

This project uses the REST Countries API to create a database of all the countries around the world. The database is linked to a GUI front-end that allows users to select how they want to view the data of the countries. The users can also choose if they want to view the countries worldwide or by any of the 7 continents. For example, the user can choose to compare the top five countries by population in Europe, or any nine countries in worldwide by area. Or the user can choose four specific countries in south America to view general information about them.

General information for each country includes:

Code Features

Program Files

This repo consists of the following files:

Installing and Running the Program

1. Prereqs: Install Python and Additional Packages

The program requires that Python and some additional packages already be installed on your local machine.

1.1 If Python is not installed on your computer

1.2 If you are not sure whether Python is installed on your computer

1.3 If Python is already installed your computer

Tour de World uses some packages that are not part of the Python standard library. If you have installed Python using Anaconda, you already have these packages. You are done with the prerequesites and can move on to Section 2.

If you have installed Python without using Anaconda, such as directly from python.org, you will need to install the additional packages. Open a command line prompt such as Terminal or PowerShell. Type the following commands at the prompt. Depending on your installation, you many need to substitute python3 for python.

2. Install Tour de World

Download and intall this entire repo to your local machine.

3. Run Tour de World

License

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, you can obtain one at https://mozilla.org/MPL/2.0/.

Credits