Skip to content

phantomservices21/OrionLocator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OrionLocator

Python Version License: MIT

OrionLocator is a free and open-source tool which takes an IP address and returns tons of data including the precise location. This tool is very easy to install and use!

Features

  • 👉 Deep IP insights: Country, region, city, latitude/longitude, UTC offset, timezone name
  • 👉 Network info: ISP, organization, autonomous system (AS)
  • 👉 Reverse lookup: Resolve hostnames to IP and vice versa
  • 👉 Lightweight Very few dependencies
  • 👉 CLI & Launcher: Use from command line or run with included launcher

Warning

This software only runs on Windows 10/11 at the moment.

Prerequisites

  • Python 3.6 or newer
  • pip (for installing dependencies)

Installation

# Clone the repo
git clone https://github.com/phantomservices21/OrionLocator.git
cd OrionLocator

# (Optional) Create and activate virtual environment
python3 -m venv venv
venv\Scripts\activate

# Install requirements
pip install -r requirements.txt

Usage

Command‑Line Interface

python -m src/main.py

Launcher

  1. Find Runner.bat in the root directory of this repository.
  2. Run Runner.bat as an Administrator.
  3. Done!

License

This project is licensed under the MIT License. See the LICENSE file for details.

Typing SVG

About

OrionLocator is a free and open-source tool which takes an IP address and returns tons of data including the precise location. This tool is very easy to install and use!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors