Skip to content

This tool visually shows whether you have a Tor connection, your IP address and related information such as country, city, region.

Notifications You must be signed in to change notification settings

Rickidevs/IP_Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

👁️ 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!

About

This tool visually shows whether you have a Tor connection, your IP address and related information such as country, city, region.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages