Simple GUI to ping one or more host and trend the response time. The data can be logged to disk in a simple CSV format and is plotted in realtime. Helpfull to track uptime and responsiveness of networked devices or simply your internet connectivity.
First install a python3 distribution of your choice, winpython works well for windows users, linux/mac users can use what ships with their OS. Then you need to install some dependencies:
python -m pip install matplotlib ping3 netifaces
To start the program:
python pingtrend.py
After adding target domain names and setting the proper interval you can click start: