Skip to content

kylereddoch/Python-IP-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python IP Checker

Written in:
Written in Python

Simply run this script and it will check your IP.

This script uses the requests package to make the HTTP request. You need both pip and pipenv installed in your environment.

Pip

To install pip: https://pip.pypa.io/en/stable/installation/

Pipenv

Once you have pip installed, you can install pipenv.

To install it, run:

pip install --user pipenv

Now that you have pipenv installed, you can run:

pipenv install requests

Python packages are installed in the virtual environment. So you will need to install the package in the project directory.

Sponsoring or Donating 🙏🏼

If you have found this script useful, please consider sponsoring or donating to this project. This allows me to continue to develop this script and make it better.

About

Simple Python script that will check your IP address.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages