Skip to content

The Internet Speed Test App is built for users who want a **quick, simple**, and **open-source way** to check their internet performance. Unlike online browser-based tools, this app gives you direct access to: - Download and Upload Speeds - Ping (Latency) - ISP and External IP address - Speedtest.net result sharing link .

Notifications You must be signed in to change notification settings

punitsharma32112/InternetSpeedTestApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“Ά Internet Speed Test App

A simple and lightweight Internet Speed Test application written in Python. This tool allows you to test your internet speed via Command Line Interface (CLI) or a user-friendly Graphical User Interface (GUI).


πŸ“Έ Screenshots

πŸ–₯️ GUI Version

image


πŸš€ Features

  • βœ… Download & Upload speed test
  • βœ… Ping (latency) measurement
  • βœ… Best server selection
  • βœ… ISP and IP address detection
  • βœ… CLI & GUI modes
  • βœ… Shareable result link

Screenshot 2025-05-15 112841

πŸ“ Folder Structure

InternetSpeedTestApp/ β”œβ”€β”€ speed_test_cli.py # CLI-based speed test script β”œβ”€β”€ speed_test_gui.py # GUI-based speed test using Tkinter β”œβ”€β”€ requirements.txt # Required Python libraries └── README.md # This documentation file

yaml Copy Edit


πŸ“¦ Installation

Install Python packages using pip:

pip install -r requirements.txt python speed_test_cli.py It will output:

Download Speed

Upload Speed

Ping

IP Address

ISP

Speedtest result URL image python speed_test_gui.py

πŸ“ƒ License
This project is licensed under the MIT License. You are free to use, modify, and distribute it.

About

The Internet Speed Test App is built for users who want a **quick, simple**, and **open-source way** to check their internet performance. Unlike online browser-based tools, this app gives you direct access to: - Download and Upload Speeds - Ping (Latency) - ISP and External IP address - Speedtest.net result sharing link .

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages