Skip to content

This simple Python program is designed for testing internet connection. It prompts the user to enter a URL and then attempts to establish a connection with that address using the requests module.

Notifications You must be signed in to change notification settings

FilipRokita/CONNECTIONTEST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

CONNECTIONTEST

This is a simple Python script that allows you to test a website's connectivity. It uses the popular requests library to make a GET request to a specified URL and returns whether the connection was successful or not.

Getting Started

To use this script, simply download the connectiontest.py file and run it in your Python environment. When prompted, enter the URL you wish to test the connection for. The script will attempt to connect to the URL and return a message indicating whether the connection was successful or not.

Dependencies

This script requires the requests library to be installed in your Python environment. If you do not already have requests installed, you can install it using pip:

pip install requests

Usage

python connectiontest.py

Author

This script was created by Filip Rokita. You can learn more about me and my work at www.filiprokita.com.

About

This simple Python program is designed for testing internet connection. It prompts the user to enter a URL and then attempts to establish a connection with that address using the requests module.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages