Metadata-Version: 2.4
Name: loadspeed
Version: 1.0.4
Summary: CLI tool for testing internet speed and ping.
Author: Mohssine
License: GPL-3.0
Project-URL: author, https://github.com/MohssineX
Project-URL: Homepage, https://github.com/MohssineX/loadspeed
Keywords: speedtest,internet-speed,network,cli,ping,download-speed,upload-speed
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: speedtest-cli
Dynamic: license-file

# loadspeed

![Python](https://img.shields.io/badge/python-3-blue)
![License](https://img.shields.io/badge/license-GPLv3-blue)

A simple and fast command-line tool for testing your internet speed (download, upload, ping).

## Features

1. Fast, all-in-one test - shows download, upload, and ping speed with a single command.
2. Flexible options - test download only, upload only, or ping only.
3. Clean, color-coded output - results are organized and easy to read.
4. Lightweight and simple - no configuration needed, install and run instantly.
5. Automatic best server selection - picks the closest and fastest available server for accurate results.

## Supported Platforms

- Windows
- Linux
- macOS

## Requirements

* Python 3.6 or later
* Internet connection
* Terminal with ANSI escape sequence support

## Installation

```bash
pip install loadspeed
```

## Usage

Run a full test (download, upload, and ping) :

```bash
loadspeed
```

Ping only :

```bash
loadspeed -p
```

Download only :

```bash
loadspeed -d
```

Upload only :

```bash
loadspeed -u
```

## Stopping the Tool

You can stop the test at any time by pressing :

```
Ctrl + C
```

## License

This project is licensed under the **[GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.html)**

---

## Author

**Mohssine :**
[https://github.com/MohssineX](https://github.com/MohssineX)

---

## 🐱 Special Thanks

A special thanks to mimi — the legendary, the great, the gentle cat.

---
