Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dms-codes/ipvoid-com-find-ip

IP Address Finder This Python script allows you to find the IP addresses associated with a given hostname or website using the IPVoid service. It also provides a simple graphical user interface (GUI) for entering the hostname and displaying the IP addresses.
https://github.com/dms-codes/ipvoid-com-find-ip

finder ipaddress ipfinder python

Last synced: 2 days ago
JSON representation

IP Address Finder This Python script allows you to find the IP addresses associated with a given hostname or website using the IPVoid service. It also provides a simple graphical user interface (GUI) for entering the hostname and displaying the IP addresses.

Awesome Lists containing this project

README

        

# IP Address Finder

This Python script allows you to find the IP addresses associated with a given hostname or website using the IPVoid service. It also provides a simple graphical user interface (GUI) for entering the hostname and displaying the IP addresses.

## Usage

1. Run the script:

```bash
python script.py
```

2. The script will open a GUI window.

3. Enter the hostname or website for which you want to find IP addresses in the input field.

4. Press the Enter key, and the IP addresses associated with the hostname will be displayed in the text area below.

## Dependencies

- This script relies on the PyQt6 library for the graphical user interface and the requests and BeautifulSoup libraries for web scraping.

## License

This script is provided under the [MIT License](LICENSE).

## Author

- Author: DMS

Please adapt the script and README.md to your specific use case or requirements.
```

Make sure to include the appropriate dependencies, and you can modify the author section with your name or details.