Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jfgmesquita/ip-geolocater

Streamlit app that geolocates IP addresses. (2023/2024)
https://github.com/jfgmesquita/ip-geolocater

learning python streamlit

Last synced: about 2 months ago
JSON representation

Streamlit app that geolocates IP addresses. (2023/2024)

Awesome Lists containing this project

README

        

# IP Geolocater in Python

#### Using Visual Studio Code

***

Simple application that geolocates IP addresses, designed to learn how to create a Python application with a graphical interface using Streamlit.

The following libraries are required: requests, streamlit, pandas, and ipaddress.

If you need to install them, use the following commands: `pip install requests`, `pip install streamlit`, `pip install pandas` and `pip install ipaddress`

***

###### All instructions and interactions are written in Portuguese.

###### 2023/2024