ipv4ToLocation
Project description
ipv4ToLocation.py
--------
You can use this model to find ipAddress' Location
Support better for chinese ipAddress
Source:
```python
import ipv4ToLocation
print(ipv4ToLocation.findIP("192.168.199.1"))
print(ipv4ToLocation.findIP("114.114.114.114"))
```
Output:
{'area': '对方和您在同一内部网', 'country': '局域网'}
{'area': '信风网络科技有限公司公众DNS服务器', 'country': '江苏省南京市'}
--------
You can use this model to find ipAddress' Location
Support better for chinese ipAddress
Source:
```python
import ipv4ToLocation
print(ipv4ToLocation.findIP("192.168.199.1"))
print(ipv4ToLocation.findIP("114.114.114.114"))
```
Output:
{'area': '对方和您在同一内部网', 'country': '局域网'}
{'area': '信风网络科技有限公司公众DNS服务器', 'country': '江苏省南京市'}
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
File details
Details for the file ipv4ToLocation.py-0.1.12.tar.gz
.
File metadata
- Download URL: ipv4ToLocation.py-0.1.12.tar.gz
- Upload date:
- Size: 4.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f7e5eb87610c61fce9cb8e8becd733676414443b19fdf80723f69eed95a7189e |
|
MD5 | 7b940b52b364065c5eaa3da7976e98ad |
|
BLAKE2b-256 | 670220ca158efa0a8a329fbe2d2eff3e87945787f4583230835af1703e507b2c |