mvstermind / cli-speedtest

wrote cli speed test for fun

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Speed Test CLI Tool

This project is a command-line interface (CLI) tool that runs an internet speed test.

Requirements

  • Python 3.x
  • speedtest module

Installation

  1. Clone the repository:
    git clone https://github.com/mvstermind/cli-speedtest.git
  2. Navigate to the project directory:
    cd cli-speedtest
  3. Install the required dependencies:
    pip install -r requirements.txt

Usage

Run the speed test by executing the main function in the main.py file

python3 main.py

Example Output

Download speed: 50.5 Mbps
Upload speed: 20.3 Mbps
Ping: 15 ms

Acknowledgements

  • The speedtest module for performing the speed test.

About

wrote cli speed test for fun


Languages

Language:Python 99.7%Language:PowerShell 0.2%Language:Shell 0.1%