Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 814 Bytes

File metadata and controls

34 lines (22 loc) · 814 Bytes

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. Uninstall the previous version of the Speedtest Package if already installed in your machine

    pip uninstall speedtest

  2. Install the Speedtest Package using the following command:

    pip install speedtest-cli

    Official Documentation: https://pypi.org/project/speedtest-cli/

  3. 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