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.
To install pip: https://pip.pypa.io/en/stable/installation/
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.
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.