Skip to content

This is a terminal-based speed test application that logs the download and upload speed of your internet connection. The app uses the speedtest-cli library to measure the speeds and logs the results in a CSV file.

Notifications You must be signed in to change notification settings

mehmetkahya0/term-speedtest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Terminal Speedtest App

This is a terminal-based speed test application that logs the download and upload speed of your internet connection. The app uses the speedtest-cli library to measure the speeds and logs the results in a CSV file.

Prerequisites

  • Python 3.x
  • speedtest-cli library
  • colorama library

Installation

  1. Clone the repository:

    git clone https://github.com/mehmetkahya0/terminal-speedtest.git
    cd terminal-speedtest
  2. Install the required libraries:

    pip install speedtest-cli colorama

Usage

Run the application with the following command:

python main.py [--interval INTERVAL] [--log-file LOG_FILE]

About

This is a terminal-based speed test application that logs the download and upload speed of your internet connection. The app uses the speedtest-cli library to measure the speeds and logs the results in a CSV file.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages