Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit fb29c49

Browse files
Create ReadMe.md
1 parent cec4c2e commit fb29c49

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

‎Website Status Checker GUI/ReadMe.md‎

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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+

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /