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
- Host: GitHub
- URL: https://github.com/burhanali2211/internetspeedtest
- Owner: Burhanali2211
- Created: 2025-02-01T17:53:37.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-01T17:55:42.000Z (4 months ago)
- Last Synced: 2025-02-01T18:37:33.890Z (4 months ago)
- Language: Python
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!** 🎯