https://github.com/mrdiamonddirt/speed-logger
very simple python application for logging and plotting internet speed tests
https://github.com/mrdiamonddirt/speed-logger
pandas python speedtest
Last synced: 8 months ago
JSON representation
very simple python application for logging and plotting internet speed tests
- Host: GitHub
- URL: https://github.com/mrdiamonddirt/speed-logger
- Owner: mrdiamonddirt
- Created: 2024-01-18T15:45:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-02T17:54:13.000Z (over 1 year ago)
- Last Synced: 2025-01-04T16:33:39.919Z (9 months ago)
- Topics: pandas, python, speedtest
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.MD
Awesome Lists containing this project
README
# Speed Logger
A simple speed logger for the [Speedtest CLI](https://www.speedtest.net/apps/cli) written in Python.
Created by [mrdiamonddirt](https://github.com/mrdiamonddirt/) to automate the logging of internet speed.
The User can set a time interval in which the speed is logged to a CSV file.
A simple plotter is included to visualize the data.## Table of Contents
- [Installation](#installation)
- [Usage](#usage)## Installation
To install the project, follow these steps:
```bash
git clone https://github.com/mrdiamonddirt/speed-logger.gitcd speed-logger
pip install -r requirements.txt
```## Usage
To use the project, follow these steps:
open a terminal in the project folder and run the following command:
```bash
python speed-logger.py
```
this will start the speed logger giving you the option to set the time interval in which the speed is logged.To create a plot of the data, run the following command:
```bash
python plotter.py
```