diff --git a/projects/Internet_connection_check/README.md b/projects/Internet_connection_check/README.md index e69de29bb..fd6e5cb69 100644 --- a/projects/Internet_connection_check/README.md +++ b/projects/Internet_connection_check/README.md @@ -0,0 +1,20 @@ +# Internet Connection Check + +A small python script to check internet connectivity. + +### Prerequisites + +Python3 + +### How to run the script + +> python3 internet_connection_check.py + +### Screenshot/GIF showing the sample use of the script + +![output](https://github.com/AshuSharma7/python-mini-projects/raw/master/projects/Internet_connection_check/output.png) + +## *Author Name* + +[Ashu Sharma](https://github.com/AshuSharma7) +[Jacob Ogle](https://github.com/JakeOgle94) diff --git a/projects/Internet_connection_check/output.png b/projects/Internet_connection_check/output.png new file mode 100644 index 000000000..f7b0b0574 Binary files /dev/null and b/projects/Internet_connection_check/output.png differ