Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions scripts/Internet Speed Checker/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@ This script will check your internet speed and with Download and Upload speed ,

## ```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

Expand Down
10 changes: 7 additions & 3 deletions scripts/Internet Speed Tester/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@ This GUI App made with Tkinter will display your internet speed(upload and downl

## 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

Expand Down