mirror of
https://github.com/metafy-social/python-scripts.git
synced 2025-02-07 09:00:58 +00:00
Made changes to readme files on internet speed checker and internet speed tester folders
This commit is contained in:
parent
3108d05d03
commit
2224504f17
|
@ -5,11 +5,15 @@ This script will check your internet speed and with Download and Upload speed ,
|
||||||
|
|
||||||
## ```How to use```
|
## ```How to use```
|
||||||
|
|
||||||
1. Install the Speedtest Package using the following command:
|
1. Uninstall the previous version of the Speedtest Package if already installed in your machine
|
||||||
|
|
||||||
`pip install speedtest`
|
`pip uninstall speedtest`
|
||||||
|
|
||||||
Official Documentation: https://pypi.org/project/speedtest/
|
2. Install the Speedtest Package using the following command:
|
||||||
|
|
||||||
|
`pip install speedtest-cli`
|
||||||
|
|
||||||
|
Official Documentation: https://pypi.org/project/speedtest-cli/
|
||||||
|
|
||||||
2. Run the script
|
2. Run the script
|
||||||
|
|
||||||
|
|
|
@ -4,11 +4,15 @@ This GUI App made with Tkinter will display your internet speed(upload and downl
|
||||||
|
|
||||||
## How to use
|
## How to use
|
||||||
|
|
||||||
1. Install the Speedtest Package using the following command:
|
1. Uninstall the previous version of the Speedtest Package if already installed in your machine
|
||||||
|
|
||||||
`pip install speedtest`
|
`pip uninstall speedtest`
|
||||||
|
|
||||||
[Learn More about speedtest library](https://pypi.org/project/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
|
2. Run the script
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user