Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 983 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 983 Bytes

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.