Python desktop application made using WxPython to fetch country name for given IP address
Installation
- Clone the repository
- Activate virtual environment(unless you are okay with global installation of requirements)
- Go to root folder of the application where requirements.txt file is present
- pip3 install -r requirements.txt
Usage
- Activate Virtual environment
- python ip_search.py
