Skip to content

This is a simple Ping verification script created in Python by Anthony Constant (AC). The purpose of this script is to automate the process of pinging a list of devices and return whether the network status is successful or unsuccessful.

License

Anthony-Constant/Ping-Verification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

How to Use

To use this script, you need to specify the target IP addresses in the ip_list. The script will then ping each IP address in the list and return whether the ping was successful or unsuccessful.

Requirements

This script requires Python 3 to be installed on your machine.

How It Works

The script uses the os module to execute the Ping command in the command prompt. It then captures the output of the command to determine whether the Ping was successful or not.

License

This project is licensed under the MIT License.

Acknowledgements

This script was created by Anthony Constant.

Support My Work

If you like this repository or have used any of the code, please consider showing your support:

About

This is a simple Ping verification script created in Python by Anthony Constant (AC). The purpose of this script is to automate the process of pinging a list of devices and return whether the network status is successful or unsuccessful.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages