Skip to content

Latest commit

 

History

History
56 lines (37 loc) · 1.05 KB

README.md

File metadata and controls

56 lines (37 loc) · 1.05 KB

logo

BASIC

A simple application for visual representation of your network speed data.

image

FUNCTONS

  1. Representation of the download speed in the form of a dynamic graph
  2. Representation of upload speed on a dynamic graph
  3. Pretty-print log for terminal

NOTE

  1. Default variables can be changed!
UPDATE_DELAY = 0.1
FOLDER = 'history'
TIMEZONE = 'Europe/Moscow'
TERMINAL_OUTPUT = True
ROW_LIMIT = 30
  1. You can change plot speed (in second)
UPDATE_DELAY = <time>

speed_differency

HOW TO USE

  1. Clone repo:
git clone  https://github.com/IvanIsak2000/network-speed.git
  1. Install libs
poetry shell && poetry install 
  1. Launch file
python3 main.py