Skip to content

HACKERpgx/IP_Pinger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

IP Pinger

A simple and efficient Python script that reads a list of IP addresses or domain names from a text file and pings them to check if they are UP or DOWN.

The script automatically detects your Operating System (Windows, macOS, or Linux) and adjusts the ping command accordingly, so it works anywhere!

Files Included

  • IpReads.py - The main Python script that performs the pinging.
  • ips.txt - A text file where you store the list of IPs/domains you want to check.
  • Readme.md - This documentation file.

Prerequisites

  • Python 3.x installed on your computer.

How to Use

  1. Open the ips.txt file and add the IP addresses or domain names you want to ping. Put one entry per line. (Example: 8.8.8.8 or google.com)
  2. Open your terminal or command prompt and navigate to the folder where these files are saved.
  3. Run the script using the following command:
python IpReads.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages