Python Project — Website Connectivity Checker
The Internet has become a part of our daily lives.From social media to business, we completely rely on the internet. Sometimes websites become inaccessible for some reason due to which it can cause loss of productivity. At this hard time a website connectivity checker becomes a useful tool. A website connectivity checker is a tool that helps to monitor whether the website you are trying to access is available or not. If the website is not accessible, the tool will display a message “Not Accessible” and if the website is accessible,the tool will display the message “Accessible”.
About Python Website Connectivity Checker Project-
In this Python Project we are going to build a tool or application that checks if the website is accessible or not. The user just has to put the URL of the website and a message will be displayed that the site is available or not.
0 Comments