Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Dharmin028/Internet_Speed_Test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Internet Speed Tester

Internet Speed Tester is a Python script that allows you to test your internet connection speed using speedtest.net's infrastructure. It measures your download speed, upload speed providing you with valuable insights into your internet connection performance.

Installation

  1. Clone this repository to your local machine:

    git clone https://github.com/Dharmin028/internet-speed-tester.git
    
  2. Navigate to the project directory:

    cd internet-speed-tester
    
  3. Install the required dependencies using pip:

    pip install tk
    pip install speedtest-cli
    

Usage

Run the script by executing the following command in your terminal:

python main.py

The script will initiate a speed test and display the results, including download speed, upload speed, and ping.

Acknowledgments

  • This project uses the speedtest-cli library by Sivel for performing speed tests.

Contact

For any questions, issues, or feedback, feel free to contact me at [email protected].

About

Internet Speed Tester Using Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages