This is a simple desktop application that calculates the geographical distance between two cities using their latitude and longitude coordinates. The application is built using Python, pandas for data handling, and PyQt5 for the GUI.
- Calculates distance between any two cities listed in the dataset.
- Provides a user-friendly graphical interface.
- Reads from a CSV dataset of world cities, including their geographical coordinates.
- Navigate to the
distfolder. - Double-click on
City_Distance_Calculator_script.exeto run the application.
- Python 3.11
- Pandas
- PyQt5
- Geopy
- Run
City_Distance_Calculator_script.exe. - Enter the names of the first and the second cities in the respective text boxes.
- Click the "Calculate Distance" button.
- The distance between the two cities will be displayed below the button.