Skip to content

A Python based internet speed testing tool that measures download/upload speeds and ping latency. Features both a command line interface for quick testing and a modern graphical interface (GUI) with real time progress and quality ratings.

Notifications You must be signed in to change notification settings

dulan-nimnaka/speedTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

speedTest

A simple Python script to test your internet connection speed (download, upload, and ping).

Installation

Before running the project, install the required dependency:

pip install speedtest-cli

Usage

Command Line Version

Run the script:

python internetSpeedTest.py

GUI Version

Run the graphical interface:

python internetSpeedTestGUI.py

The GUI provides an interactive interface with:

  • Real-time progress during speed test
  • Visual display of results with quality ratings
  • Modern dark theme interface
  • Threading for responsive UI

Output

Command Line

The script will display:

  • Download Speed (Mbps)
  • Upload Speed (Mbps)
  • Ping (ms)

GUI

The interface will show:

  • Download Speed with quality indicator
  • Upload Speed with quality indicator
  • Ping with quality indicator
  • Detailed server information

About

A Python based internet speed testing tool that measures download/upload speeds and ping latency. Features both a command line interface for quick testing and a modern graphical interface (GUI) with real time progress and quality ratings.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages