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.
- Download the .zip file from here
- Unzip/extract the dir
- Open the extracted directory in VsCode or any other IDE of your choice.
-
Open the
app.py
file in your IDE -
Execute it in the terminal
- Make sure you have speednet's
speedtest-cli
PyPI library installed, if not, (in your terminal) do: pip install speedtest-cli
- Make sure you have speednet's
- 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)