Python-Projects icon indicating copy to clipboard operation
Python-Projects copied to clipboard

Added Distance Calculator using Tkinter

Open Gyan-max opened this issue 10 months ago • 3 comments

Distance Calculator using Tkinter This Distance Calculator is a GUI-based Python application built using Tkinter. It calculates the geographical distance between two locations based on their latitude and longitude coordinates using the Haversine formula.

Technologies Used: Python Tkinter (GUI Framework) Math (Haversine formula for distance calculation)

This project is a great demonstration of Python's GUI capabilities and can be further enhanced with features like map integration or real-time location fetching.

Feel free to contribute or suggest improvements!

Gyan-max avatar Feb 25 '25 05:02 Gyan-max

Seems good!

Mathdallas-code avatar Mar 17 '25 08:03 Mathdallas-code

Thank you @Mathdallas-code Looking forward for this change to be merged and contributing more in future.

Gyan-max avatar Mar 17 '25 19:03 Gyan-max

Thank you @Mathdallas-code Looking forward for this change to be merged and contributing more in future.

Your are welcome

Mathdallas-code avatar Mar 18 '25 04:03 Mathdallas-code