Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Speed Test

This script will check the speed of your current internet connection

Installation

  • Install Python to your system if it's not available and install the requirments found in requiremnets.txt file

Now you are ready to run the code

Note:

  • Copy the file speed_test.py and store it in any folder or Desktop.

Steps to run:

  • Open the speed_test.py file i.e run it.
  • Install the requirements found in the requiremnets.txt file
  • To run it, you can open command prompt/shell/terminal in the containing folder and type the following command:
    pip install speedtest-cli
    python speed_test.py
    

Output:

Download and upload speed of your current internet connection

Contributor