Simple Python program to check ping, upload and download speeds (using speedtest) and plot the information.
Useage main.py data_file html_file
to run a single speed test (for ping,
download and upload speeds) and update the csv and html files.
data_file
Path to the csv file where all results are storedhtml_file
Path to the html file where the output plots are produced
- Add setup.py to install script as a package
- Add documentation, probably using sphinx