
크로스 플랫폼에서 쉽게 사용할 수 있는 IP 지리 위치 및 매핑 도구입니다.
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 디렉토리에 저장 (애플리케이션 실행 시 없으면 생성됨).터미널/명령줄에서 다음 명령을 사용하여 PyPI를 통해 IPMap을 설치할 수 있습니다:
pip install ipmap
다음 명령을 사용하여 GitHub 소스 저장소에서 IPMap을 설치할 수 있습니다:
pip install git+https://github.com/rly0nheart/ipmap.git
# poetry 설치
pip install poetry
# 저장소 복제
git clone https://github.com/rly0nheart/ipmap
# ipmap 디렉토리로 이동
cd ipmap
# "wheel" 파일 생성
poetry build
# "wheel" 파일 설치 (Linux)
pip install dist/*.whl
# "wheel" 파일 설치 (Windows)
pip install .\dist\generated-wheel-file-name.whl
사용 설명서를 보려면 다음 명령을 사용하세요:
ipmap --help
다음과 같은 결과가 표시되어야 합니다:
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.
터미널에 IP 주소가 포함된 파일을
ip로 지정할 수도 있습니다. 이 경우 IPMap은 파일의 각 주소를 줄 단위로 읽습니다.
이 프로젝트의 README 파일을 다른 언어로 번역하거나 Google Translate로 번역된 파일을 개선하고 싶다면, 번역본과 함께 풀 리퀘스트를 열어주세요. 기꺼이 프로젝트에 추가하겠습니다 :)