Skip to content

A .py script to analyze the user's device internet download/upload speed and the ping receiving time, using speedtest.net's speedtest-cli PyPI library.

Notifications You must be signed in to change notification settings

kxnyshk/speedtest.net.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

speedtest.net.py

A .py script to analyze the user's device internet download/upload speed and the ping receiving time, using speedtest.net's speedtest-cli PyPI library.

Fetching the repo

  • Download the .zip file from here
  • Unzip/extract the dir
  • Open the extracted directory in VsCode or any other IDE of your choice.

How to execute

  • Open the app.py file in your IDE

  • Execute it in the terminal

    Requirements

    • Make sure you have speednet's speedtest-cli PyPI library installed, if not, (in your terminal) do:
    • pip install speedtest-cli

Results

  • The application with fetch all the nearest Servers based on the location
  • The best Server will be selected to perform the speed tests
  • Download/Upload speed (Mbits/s) will be displayed once done, followed by
  • The ping receiving time (ms)

Demo Run

image

About

A .py script to analyze the user's device internet download/upload speed and the ping receiving time, using speedtest.net's speedtest-cli PyPI library.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages