Skip to content

Commit 6fca71b

Browse files
Added Readme file
1 parent 8334655 commit 6fca71b

File tree

2 files changed

+24
-13
lines changed

2 files changed

+24
-13
lines changed
Lines changed: 24 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,29 @@
1-
# Internet-Speed-Test
1+
# Internet Speed Test
2+
This is a Python program that measures your internet speed using the Speedtest library and displays the results in a graphical user interface (GUI) built with tkinter.
23

3-
Step 1:
4+
## Prerequisites
5+
Make sure you have the following prerequisites installed:
6+
- speedtest-cli library
7+
- tkinter library (usually comes pre-installed with Python)
48

5-
Install speedtest-cli package using pip
6-
In CMD : pip install speedtest-cli
9+
## Installation
10+
1. Clone or download the repository to your local machine.
711

8-
step 2:
12+
2. Install the required libraries by running the following command:
13+
```
14+
pip install speedtest-cli
15+
```
16+
17+
3. Run the script:
18+
```
19+
python internet_speed_test.py
20+
```
921

10-
After Installing speedtest-cli library
11-
In CMD: speedtest-cli
22+
## How to Use
23+
1. After running the script, a GUI window will open.
24+
2. Click the "Run Speed Test" button to initiate the speed test.
25+
3. The program will measure your download speed, upload speed, ping latency, and server information, and display the results in the GUI window.
1226

13-
And then You'll get the following information
14-
15-
Download Speed
16-
Upload Speed
17-
Ping
27+
## Customization
28+
- You can change the primary and secondary color of the GUI by modifying the PRIMARY_COLOR and SECONDARY_COLOR variables in the code.
29+
- If you prefer a different theme for the GUI, you can change it by modifying the style.theme_use() line. Currently, the "clam" theme is used.

Webcam-(imgcap)/README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)