mirror of
https://github.com/metafy-social/python-scripts.git
synced 2024-11-24 04:21:12 +00:00
24 lines
544 B
Markdown
24 lines
544 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. Install the Speedtest Package using the following command:
|
||
|
|
||
|
`pip install speedtest`
|
||
|
|
||
|
[Learn More about speedtest library](https://pypi.org/project/speedtest/)
|
||
|
|
||
|
2. Run the script
|
||
|
|
||
|
`python3 daily-python-scripts/scripts/Internet Speed Tester/main.py`
|
||
|
|
||
|
## ```Output```
|
||
|
|
||
|
![]()
|
||
|
|
||
|
## Author
|
||
|
|
||
|
Name: [Dishant Yadav](https://github.com/dishant-yadav)
|