Skip to content

Python IP Tracker is a command-line tool that retrieves detailed geographical and network information for a given IP address from multiple API sources.

Notifications You must be signed in to change notification settings

K11E3R/Python-IP-Tracker

Repository files navigation

Python IP Tracker

GitHub repo size GitHub contributors

NowYouSeeMe


Python IP Tracker is a command-line tool that retrieves detailed geographical and network information for a given IP address from multiple API sources.

Features

  • Retrieve IP information such as city, region, country, continent, timezone, currency, and more.
  • Supports multiple API sources for redundancy and reliability.
  • Color-coded output for better readability using colorama.
  • Cross-platform compatibility (Windows, macOS, Linux).

Installation

Prerequisites

  • Python 3.7 or higher installed.
  • pip package manager.

Installation Steps

  1. Clone the repository:

    git clone https://github.com/K11E3R/Python-IP-Tracker.git
  2. Navigate to the project directory:

    cd Python-IP-Tracker
  3. Install dependencies:

    pip install -r requirements.txt

Usage

  1. Run the script:

    python you_see_me.py
  2. Enter the IP address you want to track when prompted.

  3. View detailed information about the IP address provided.

  4. Type exit to quit the program.

API Sources

Contributing

Contributions are welcome! Please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/your-feature).
  3. Make your changes.
  4. Commit your changes (git commit -am 'Add some feature').
  5. Push to the branch (git push origin feature/your-feature).
  6. Create a new Pull Request.

License

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

Acknowledgments

  • Colorama for terminal colors.
  • API providers for their free IP geolocation services.

Contact

Yassine Naanani - LinkedIn

About

Python IP Tracker is a command-line tool that retrieves detailed geographical and network information for a given IP address from multiple API sources.

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published