dataip package is used to gather information based on your IP address
Project description
dataip
dataip is used to extract some information based on your IP address.
Installation
install using pip
pip install dataip
Usage
import dataip
print(dataip.getIP())
this will print your current IP address
Functions
dataip supports the following commands
dataip.getIP()
dataip.continent()
dataip.continentCode()
dataip.country()
dataip.countryCode()
dataip.region()
dataip.regionCode()
dataip.city()
dataip.zip()
dataip.latitude()
dataip.longitude()
dataip.timezone()
dataip.offset()
dataip.currencyCode()
dataip.isp()
dataip.org()
dataip.asname()
Others
you can also call
dataip.info()
to learn about the project or
dataip.debug()
to learn about some common errors and their solutions
made by Aditya Khemka
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dataip-1.0.3.tar.gz
(2.4 kB
view hashes)
Built Distribution
dataip-1.0.3-py3-none-any.whl
(3.0 kB
view hashes)