File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Website Status Checker GUI Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change
1
+ Description:
2
+ Creates a graphical user interface (GUI) application that allows users to check the status of websites.
3
+ Users can input a website URL into the provided entry field and click the
4
+ "Check Website" button to instantly retrieve the HTTP status code and description of the website's response.
5
+
6
+ Retrieves the HTTP status code and description of the website's response.
7
+ Utilizes the urlopen function to send HTTP requests and retrieve responses.
8
+ Utilizes the http.HTTPStatus enumeration to map status codes to their descriptions
9
+
10
+ Requrements(ignore if installed):
11
+
12
+ pip install tkinter
13
+ pip install urllib3
14
+ pip install http
15
+ pip install fake-useragent
16
+
17
+ Output:
18
+
19
+ ![ Screenshot 2023-08-10 043300] ( https://github.com/smty2018/Amazing-Python-Scripts/assets/74114936/0cc2c6d9-757d-4bdf-b390-47853f422dca )
20
+
21
+ Steps to run:
22
+ 1 . cd Website Status Checker GUI
23
+ 2 . python app.py
24
+
You can’t perform that action at this time.
0 commit comments