Awesome-Python-Scripts/TestMyInternetSpeed
Dhruv Bansal c34cbb6b73
Created a Speed checking script in python 3 named TestMyInternetSpeed (#214)
* speedtest using python

* main python script for checking speeds

* Add files via upload

* Delete TestMySpeed.py

* Delete requirements.txt

* Delete README.md

* Update README.md

* Update README.md

* Revert "Delete README.md"

This reverts commit 8d14c3b3e6.

reverted the accidentally commited readme file commit

* added the readme file i deleted accidentally

* Update README.md

Co-authored-by: Dhruv Bansal <dhruvbansal@Dhruvs-MacBook-Air.local>
2021-06-27 16:32:18 +05:30
..
README.md Created a Speed checking script in python 3 named TestMyInternetSpeed (#214) 2021-06-27 16:32:18 +05:30
requirements.txt Created a Speed checking script in python 3 named TestMyInternetSpeed (#214) 2021-06-27 16:32:18 +05:30
TestMySpeed.py Created a Speed checking script in python 3 named TestMyInternetSpeed (#214) 2021-06-27 16:32:18 +05:30

Test Your Internet Speed using Python

speedtest image

This is a simple but powerful and efficient python program. You can test your internet bandwidth speed with this script i wrote using just a single command, you will also get a bunch of good options to choose from and the test will be performed with the help of speedtest-cli module in python.

  • Test Download Speed
  • Test Upload Speed
  • Test Server Pings
  • Results in Mbps(Mega bits per second)

How to use

  • Clone the repo or download the zip
  • Navigate to the folder of the program in terminal/cmd.
  • Install the dependencies using pip install -r requirements.txt
  • Run the command python TestMySpeed.py

(Note: You will need to have python 3 installed and if you are on a unix based OS (macOS, or linux) you may need to run the command using python3 TestMySpeed.py)