From 45337a28e0eb3000b54386d93f34915e95f2d794 Mon Sep 17 00:00:00 2001 From: jaeakle Date: Sun, 5 Mar 2023 14:14:10 -0500 Subject: [PATCH] Fixed internet speed checker/tester instructions from dead speedtest to speedtest-cli --- scripts/Internet Speed Checker/Readme.md | 7 ++++--- scripts/Internet Speed Tester/Readme.md | 5 +++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/scripts/Internet Speed Checker/Readme.md b/scripts/Internet Speed Checker/Readme.md index 8c92e6c..ccf796c 100644 --- a/scripts/Internet Speed Checker/Readme.md +++ b/scripts/Internet Speed Checker/Readme.md @@ -7,9 +7,9 @@ This script will check your internet speed and with Download and Upload speed , 1. Install the Speedtest Package using the following command: - `pip install speedtest` + `pip install speedtest-cli` - Official Documentation: https://pypi.org/project/speedtest/ + Official Documentation: https://pypi.org/project/speedtest-cli/ 2. Run the script @@ -27,4 +27,5 @@ ISP: Alliance Broadband Services Pvt. ``` ## Author -Name: [Abhishek Kushwaha](https://github.com/Abbhiishek) \ No newline at end of file +Name: [Abhishek Kushwaha](https://github.com/Abbhiishek) +Name: [Jack Eakle](https://github.com/jaeakle) diff --git a/scripts/Internet Speed Tester/Readme.md b/scripts/Internet Speed Tester/Readme.md index f1f70ec..b3caa9a 100644 --- a/scripts/Internet Speed Tester/Readme.md +++ b/scripts/Internet Speed Tester/Readme.md @@ -6,9 +6,9 @@ This GUI App made with Tkinter will display your internet speed(upload and downl 1. Install the Speedtest Package using the following command: - `pip install speedtest` + `pip install speedtest-cli` - [Learn More about speedtest library](https://pypi.org/project/speedtest/) + [Learn More about speedtest library](https://pypi.org/project/speedtest-cli/) 2. Run the script @@ -21,3 +21,4 @@ This GUI App made with Tkinter will display your internet speed(upload and downl ## Author Name: [Dishant Yadav](https://github.com/dishant-yadav) +Name: [Jack Eakle](https://github.com/jaeakle)