An open API service indexing awesome lists of open source software.

https://github.com/burhanali2211/internetspeedtest

this python file lets you to check your internet download and upload speed in CLI (command line user interface) mode
https://github.com/burhanali2211/internetspeedtest

Last synced: 3 months ago
JSON representation

this python file lets you to check your internet download and upload speed in CLI (command line user interface) mode

Awesome Lists containing this project

README

        

## 📌 Overview
The **CLI Internet Speed Tester** is a Python script that measures your internet speed using the `speedtest-cli` module. It provides real-time download and upload speeds along with the ping (latency).

## 🚀 Features
- Measures **download speed** (Mbps)
- Measures **upload speed** (Mbps)
- Displays **ping (latency)**
- Simple and easy to use from the command line

## 🛠️ Requirements
- Python 3.x
- `speedtest-cli` module

## 📥 Installation
1. Install the required package:
```sh
pip install speedtest-cli
```
2. Clone the repository:
```sh
git clone https://github.com/Burhanali2211/InternetSpeedTest.git
cd internet-speed-tester
```

## ▶️ Usage
1. Run the script:
```sh
python speed_tester.py
```
2. The script will test your internet speed and display:
- **Download Speed**
- **Upload Speed**
- **Ping (latency)**

## 📜 License
This project is open-source and available under the **MIT License**.

---
🚀 **Test your internet speed easily!** 🎯