#Geo coordinate without map
The Geocoding Tool is a simple application built with Python and Tkinter that allows users to geocode addresses and obtain their latitude and longitude coordinates using the Geopy library.
- Clone the repository:
git clone https://github.com/yourusername/geocoding-tool.git
- Install dependencies:
pip install geopy
- Run the application:
python geocoding_tool.py
- Enter the address in the input field.
- Click the "Geocode" button to retrieve the coordinates.
- The latitude and longitude will be displayed below.
- Tkinter
- Geopy
Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.
#Geo coordinate with map
The Geocoding Tool is a Python application that enables users to retrieve latitude and longitude coordinates for a given address and visualize the location on an interactive map.
- Address Geocoding: Enter an address and retrieve its latitude and longitude coordinates using the Nominatim geocoding service.
- Map Display: View the location on an interactive map generated with Folium.
- User-Friendly Interface: Simple graphical user interface built with Tkinter.
-
Clone the repository:
git clone https://github.com/your_username/geocoding-tool.git
-
Navigate to the project directory:
cd geocoding-tool
-
Install dependencies:
pip install -r requirements.txt
-
Run the application:
python geocoding_tool.py
-
Enter the address you want to geocode in the provided entry field.
-
Click the "Geocode" button to retrieve the coordinates and display the location on the map.
- Python 3.x
- Tkinter
- Geopy
- Folium
Contributions are welcome! If you have any ideas for improvements or find any issues, please open an issue or submit a pull request.