Skip to content

MohssineX/loadspeed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

loadspeed

Python License

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

loadspeed

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

pip install loadspeed

Usage

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

loadspeed

Ping only :

loadspeed -p

Download only :

loadspeed -d

Upload only :

loadspeed -u

save Results as json file :

loadspeed -j

Prefer not to use pip? Clone it instead

Installation

Clone the repository :

git clone https://github.com/MohssineX/loadspeed.git
cd loadspeed

Install dependencies :

pip install -r requirements.txt

Or

pip install speedtest-cli

Usage :

Run the program :

python loadspeed.py

If your system uses python3 :

python3 loadspeed.py

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


Author

Mohssine : https://github.com/MohssineX


🐱 Special Thanks

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


If you like it, give it a star :)

Releases

Packages

Contributors

Languages