28 lines
680 B
Markdown

# Internet Speed Tester
This GUI App made with Tkinter will display your internet speed(upload and download) and this will also check the ping of your internet connection.
## How to use
1. Uninstall the previous version of the Speedtest Package if already installed in your machine
`pip uninstall speedtest`
2. Install the Speedtest Package using the following command:
`pip install speedtest-cli`
[Learn More about speedtest library](https://pypi.org/project/speedtest-cli/)
2. Run the script
`python3 daily-python-scripts/scripts/Internet Speed Tester/main.py`
## ```Output```
![]()
## Author
Name: [Dishant Yadav](https://github.com/dishant-yadav)