mirror of
https://github.com/metafy-social/python-scripts.git
synced 2024-11-23 20:11:10 +00:00
Project Documentation
This commit is contained in:
parent
374feb3d0e
commit
acf0e5555e
30
scripts/Internet Speed Checker/Readme.md
Normal file
30
scripts/Internet Speed Checker/Readme.md
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
# Internet Speed Checker
|
||||||
|
|
||||||
|
This script will check your internet speed and with Download and Upload speed , it will also check the ping of your internet connection with your Internet Service Provider.
|
||||||
|
|
||||||
|
|
||||||
|
## ```How to use```
|
||||||
|
|
||||||
|
1. Install the Speedtest Package using the following command:
|
||||||
|
|
||||||
|
`pip install speedtest`
|
||||||
|
|
||||||
|
Official Documentation: https://pypi.org/project/speedtest/
|
||||||
|
|
||||||
|
2. Run the script
|
||||||
|
|
||||||
|
## ```Output```
|
||||||
|
|
||||||
|
The output will be like this:
|
||||||
|
```
|
||||||
|
Internet Speed Checker
|
||||||
|
21:22:38
|
||||||
|
Connecting to server...
|
||||||
|
Download: 1.74 Mbit/s
|
||||||
|
Upload: 22.80 Mbit/s
|
||||||
|
Ping: 101.68 ms
|
||||||
|
ISP: Alliance Broadband Services Pvt.
|
||||||
|
```
|
||||||
|
|
||||||
|
## Author
|
||||||
|
Name: [Abhishek Kushwaha](https://github.com/Abbhiishek)
|
Loading…
Reference in New Issue
Block a user