Skip to content

This software is a desktop application that calculates the geographical distance between two cities using their latitude and longitude coordinates, offering a user-friendly interface through PyQt5.

License

Notifications You must be signed in to change notification settings

EmmettDemirhan/City_Distance_Calculator

Repository files navigation

City Distance Calculator

Overview

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.

Features

  • 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.

Installation

Windows

  1. Navigate to the dist folder.
  2. Double-click on City_Distance_Calculator_script.exe to run the application.

Dependencies

  • Python 3.11
  • Pandas
  • PyQt5
  • Geopy

Usage

  1. Run City_Distance_Calculator_script.exe.
  2. Enter the names of the first and the second cities in the respective text boxes.
  3. Click the "Calculate Distance" button.
  4. The distance between the two cities will be displayed below the button.

About

This software is a desktop application that calculates the geographical distance between two cities using their latitude and longitude coordinates, offering a user-friendly interface through PyQt5.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published