#network availability check script
import os
print ("This is a network availability checker script\n")
ip_check = input("Please enter host IP or URL, sparated by space and press Enter\n").split()
for ip in ip_check:
response = os.popen (f"ping {ip}").read()
if " Received = 4" in response:
print (f"HOST IS UP {ip} Ping was Successful")
else:
print (f"HOST IS DOWN {ip} Ping was Unsuccessful")
print ("\nThank you and have a nice day!")
On this page of the site you can watch the video online Simple python script for network availability check with Ping Verification with a duration of hours minute second in good quality, which was uploaded by the user CP Breeze Tech 13 August 2022, share the link with friends and acquaintances, this video has already been watched 302 times on youtube and it was liked by 4 viewers. Enjoy your viewing!