Skip to content

Latest commit

 

History

History
57 lines (45 loc) · 1.54 KB

README.md

File metadata and controls

57 lines (45 loc) · 1.54 KB

👁️ MyIP Tool

MyIP Tool is developed to check your IP information and to determine if you are connected to Tor. The tool displays IP, country, region, city, and Tor connection information.


🔎 Installation

  1. Clone the project from GitHub:
git clone https://github.com/Rickidevs/IP_Checker.git
  1. Navigate to the project directory:
cd IP_Checker
  1. Install the required dependencies:
pip install -r requirements.txt

💡 Usage

Command to start the project:

python3 myip.py

-- image from different os

  • linux (tor on)

Linux

  • windows (tor off)

Windows


⚜️ Additionally, you can add an alias to easily run the project by following these steps:

  1. Open the appropriate shell file (bash, zsh, etc.):
nano ~/.bashrc
  1. Add the following command to the aliases section and save and exit:
alias myip="python3 /path/to/myip.py"

Now you can run the project wherever you want using the myip command.


🤜🏼🤛🏼 Acknowledgements

I would like to express my gratitude to the following services for providing their APIs and tools, which were instrumental in the development of this project:

  • ipleak.net: For providing accurate and reliable IP information.
  • Tor Project: For their Tor bulk exit list service, helping to determine Tor connections.

Thank you for your contributions to the community!