A simple programm to find IP Address using Python and requests library!
Setup using Pipenv:
Clone the repository!
git clone https://github.com/Divkix/IP-Finder.git
cd IP-Finder
First install Pipenv, then use Pipenv to run the program
pip install requests # only use if requests isn't installed already
python3 findip.py
pipenv run python findip.py
Pull requests are welcome if you want to add something new in the project.