python-scripts/scripts/Internet Speed Checker
2024-02-04 09:06:32 -05:00
..
main.py feat<main.py>: enable multiple iterations and summary stats/graph of results 2024-02-04 09:06:32 -05:00
Readme.md docs(README.md): updated speedtest-cli module dependency 2024-02-04 08:55:45 -05:00
requirements.txt feat<main.py>: enable multiple iterations and summary stats/graph of results 2024-02-04 09:06:32 -05:00

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 dependencies (i.e., the Speedtest Package) using the following command:

    'pip install -r requirements.txt'

    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