A simple application for visual representation of your network speed data.
- Representation of the
download speedin the form of a dynamic graph - Representation of
upload speedon a dynamic graph - Pretty-print log for terminal
- Default variables can be changed!
UPDATE_DELAY = 0.1
FOLDER = 'history'
TIMEZONE = 'Europe/Moscow'
TERMINAL_OUTPUT = True
ROW_LIMIT = 30- You can change plot speed (in second)
UPDATE_DELAY = <time>- Clone repo:
git clone https://github.com/IvanIsak2000/network-speed.git- Install libs
poetry shell && poetry install - Launch file
python3 main.py

