This is a simple Streamlit web application that allows users to track the geographical location of an IP address. It retrieves location data using the ipinfo.io API and visualizes the location on a map.
- Users can input an IP address and retrieve its geographical location information.
- The app displays the IP address, country, region, city, latitude, longitude, and postal code of the provided IP address.
- It visualizes the location on a Google Map using custom marker designs.
- Clone the repository:
git clone https://github.com/codewithdark-git/ip-address-tracker.git
- Install the required dependencies:
pip install -r requirements.txt
- Run the Streamlit app:
streamlit run app.py
- Access the app in your web browser at
http://localhost:8501
.
- Streamlit
- Requests
- Pandas
- Pydeck
- This app was created by [Your Name].
This project is licensed under the MIT License.