This project is a simple site connectivity checker that allows you to test the connectivity of a website by pinging it and checking for a response. The program is written in Python and can be run from the command line.
To use the site connectivity checker, you will need to have Python installed on your computer. You can download Python from the official website: https://www.python.org/downloads/
Once you have Python installed, you can download the source code for this project from the following GitHub repository: https://github.com/PiyushRaj714/Site-Connectivity-Checker-using-Python
To run the site connectivity checker, simply open a terminal or command prompt and navigate to the directory where the program is located. Then, run the following command: python sitechecker.py
You will be prompted to enter the URL of the website you wish to check. Once you have entered the URL, the program will ping the site and display the results.
The site connectivity checker is a simple program that can easily be customized to suit your needs. You can modify the code to add additional features, such as sending email alerts when a site is down or logging connectivity data over time.
This program was created by PiyushRaj714. If you would like to contribute to the project, feel free to submit a pull request on GitHub.
This project is licensed under the MIT License - see the LICENSE file for details.