mirror of
https://github.com/hastagAB/Awesome-Python-Scripts.git
synced 2025-03-16 10:39:47 +00:00
Add files via upload
This commit is contained in:
parent
b267e8d789
commit
b9990cfb02
18
TestMyInternetSpeed/README.md
Normal file
18
TestMyInternetSpeed/README.md
Normal file
@ -0,0 +1,18 @@
|
||||
##Test Your Internet Speed using Python
|
||||
|
||||
This is a simple but powerful and efficient python program.
|
||||
You can test your internet bandwidth speed with this script i wrote using just a single command, you will also get a bunch of good options to choose from and the test will be performed with the help of speedtest-cli module in python.
|
||||
|
||||
- Test Download Speed
|
||||
- Test Upload Speed
|
||||
- Test Server Pings
|
||||
- Results in Mbps(Mega bits per second)
|
||||
|
||||
####How to use
|
||||
|
||||
- Clone the repo or download the zip
|
||||
- Navigate to the folder of the program in terminal/cmd.
|
||||
- Install the dependencies using pip install -r requirements.txt
|
||||
- Run the command python TestMySpeed.py
|
||||
|
||||
(Note: You will need to have python 3 installed and if you are on a unix based OS (macOS, or linux) you may need to run the command using python3 TestMySpeed.py)
|
1
TestMyInternetSpeed/requirements.txt
Normal file
1
TestMyInternetSpeed/requirements.txt
Normal file
@ -0,0 +1 @@
|
||||
speedtest-cli
|
Loading…
x
Reference in New Issue
Block a user