Skip to content

Files

Latest commit

 

History

History

Website Status Checker GUI

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Description: Creates a graphical user interface (GUI) application that allows users to check the status of websites. Users can input a website URL into the provided entry field and click the "Check Website" button to instantly retrieve the HTTP status code and description of the website's response.

Retrieves the HTTP status code and description of the website's response. Utilizes the urlopen function to send HTTP requests and retrieve responses. Utilizes the http.HTTPStatus enumeration to map status codes to their descriptions

Requrements(ignore if installed):

pip install tkinter pip install urllib3 pip install http pip install fake-useragent

Output:

Screenshot 2023-08-10 043300

Steps to run:

  1. cd Website Status Checker GUI
  2. python app.py