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.
-
Clone this repository to your local machine:
git clone https://github.com/Dharmin028/internet-speed-tester.git -
Navigate to the project directory:
cd internet-speed-tester -
Install the required dependencies using pip:
pip install tk pip install speedtest-cli
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.
- This project uses the speedtest-cli library by Sivel for performing speed tests.
For any questions, issues, or feedback, feel free to contact me at [email protected].