Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Latest commit

 

History

History
35 lines (24 loc) · 827 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 827 Bytes

IP-Finder

forthebadge made-with-python ForTheBadge built-with-love

A simple programm to find IP Address using Python and requests library!

Getting Started

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

Usage

pipenv run python findip.py

Contributing

Pull requests are welcome if you want to add something new in the project.

License

MIT