/internet-speed

Primary LanguagePythonOtherNOASSERTION

Internet Speed Simulator

This simple command-line application simulates internet speed using the speedtest library in Python.

Usage

  1. Clone the Repository:

    git clone https://github.com/DemisoDaba/internet-speed.git
    
  2. Navigate to the Project Directory:

  cd app
  1. Run the Application:
python speedtest_app.py
  1. Requirements
  • Python 3.x
  • speedtest library (install via pip install speedtest-cli)