Python script to test your internet connection. Made for regular testing
You will need Pyhton 3.7 (older version of Python may work but was not tested)
Get the 2 sources files, speedCheck.py and speedtest.py.
In the Console navigate to the Folder where you saved the files and run:
python speedCheck.py
The results will be shown at the end in the Console and the detailled results will be saved by default in the files SpeedTestResults.txt and SpeedTestResultsLow.txt if the Speed is Low
To change the File Names, the line seperator and what is considered Low Download or Upload Speed open speedCheck.py in an editor and change lines 33 to 41
This program is primarely meant for use at a server to be run at specific times for example to run it every 3 Hours in a NAS to test and log the Internet Speed at Home. For this pls see how to execute python files on your server
- Maximilian Waidelich - Initial work - maxwai
This project is licensed under the GNU General Public License - see the LICENSE.md file for details
- Matt Martz - speedtest.py - speedtest-cli
- Vladimir Ignatev - progress bar - progress.py