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:
Steps to run:
- cd Website Status Checker GUI
- python app.py