Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 409 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 409 Bytes

Internet Speed Test

Introduction

This Python script is used to test the internet speed using the Speedtest.net service. It measures the download and upload speed of your internet connection.

Requirements

  • Python 3.x
  • speedtest library

Installation

  1. Clone the repository or download the script directly.
  2. Install the required dependencies using pip:
    pip install speedtest-cli