
Un outil de géolocalisation IP et de cartographie multi-plateforme facile à utiliser.
English readme • 简体中文 readme • 正體中文 readme • Lengua española readme • Deutsche readme • Svenska readme • 한국어 readme • Français readme • हिन्दी readme • Português readme • Italian readme • Русский readme • Indonesian readme • فارسی readme • عربي readme • Türkçe readme • Polskie readme
maps, créé automatiquement au lancement de l'application s'il n'existe pas déjà.IPMap peut être installé via PyPI en utilisant la commande suivante dans le terminal/ligne de commande :
pip install ipmap
IPMap peut être installé depuis le dépôt source sur GitHub à l'aide de la commande suivante :
pip install git+https://github.com/rly0nheart/ipmap.git
# Installer poetry
pip install poetry
# Cloner le dépôt
git clone https://github.com/rly0nheart/ipmap
# Aller dans le répertoire ipmap
cd ipmap
# Créer un fichier "wheel"
poetry build
# Installer le fichier "wheel" (Linux)
pip install dist/*.whl
# Installer le fichier "wheel" (Windows)
pip install .\dist\generated-wheel-file-name.whl
Pour afficher l'aide, utilisez la commande suivante :
ipmap --help
Le résultat devrait ressembler à ceci :
usage:
Geolocate IP Address(es) (with an interactive map)
--------------------------------------------------
ipmap <ip> --map
Open Google Earth on the given coordinates
--------------------------------------------
ipmap <ip> --earth
Lookup IP Address(es) (same as map but without an interactive map)
------------------------------------------------------------------
ipmap <ip> --lookup
IPMap (IP Mapper) — by Richard Mwewa (https://about.me/rly0nheart)
positional arguments:
ip target ip address
options:
-h, --help show this help message and exit
-e, --earth Open Google Earth on the location of a given ip
-l, --lookup Lookup an ip (like --map, but without an interactive
map)
-m, --map Geolocate an ip (with an interactive map)
-o OUTPUT, --output OUTPUT
map output name (default ipmap)
-v, --version show program's version number and exit
A cross-platform easy-to-use ip geolocation & mapping tool.
Vous pouvez également spécifier un fichier contenant des adresses IP dans le terminal à l'aide de
ip. Dans ce cas, IPMap lira chaque adresse du fichier ligne par ligne.
Si vous souhaitez traduire le README de ce projet dans une autre langue ou améliorer les fichiers déjà traduits via Google Traduction, vous pouvez ouvrir une pull request avec votre traduction – je serai ravi de l'ajouter au projet :)